Level 75
See this https://github.com/facebook/create-react-app/issues/7934
Check vue (or js library you use) documentation to see if supported or not.
I'm trying to use ?? inside a vue component and I'm getting this error.
Support for the experimental syntax 'nullishCoalescingOperator' isn't currently enabled
vue 2.6.10
laravel-mix 5.0.0
webpack 4.41.2
How to solve this?
Please or to participate in this conversation.