-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Primevue 2.4 TabView and Accordeon throw errow on npm build #1019
Comments
Please try again adding babel.config.js
|
Thanks, for the suggestion, however it did not solve the issue. I am using Laravel Mix and tried a few things and I got a new error now: 2.3.0 is working fine... |
I get the same problem. Added the preset didn't help.
was already in the array - either adding the @vue/app or only providing @vue/app didn't help. reverting back. |
Same issues with 2.4.0 using the Accordion component. Reverting to 2.3.0 is the only thing that fixed the issue |
I finally managed to get it working. |
Exact same problem here, I had to revert back to 2.3.0 where everything is working as expected. |
I also experiencing the same issue. The following error is received:
I am using Laravel-mix. |
It is possible to get it working with Laravel-mix. Just add the following lines in the webpack.mix.js
Maybe I had to install this package as well, but not sure about it: @vue/babel-preset-app However with the v2.4 there were major issues with vuejs reactivity. Components which are reactive with 2.3 are not with 2.4 anymore. :( I hope there will be a solution soon. |
I've also faced with this when working on the 2.x. branch, we'll work on it and release 2.4.2 this week. |
I cloned primevue-quickstart and created this repo. I didn't get any error. How can I replicate the issue? What should I change? |
SyntaxError: primevue\tabview\TabView.vue: Unexpected token (67:12)
The text was updated successfully, but these errors were encountered: