-
Notifications
You must be signed in to change notification settings - Fork 168
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
Unexpected token < #62
Comments
Hello, I'm gonna check this out. Never use it inside nuxt I assume it needs a little change (?) thanks for the comment |
The same is happening to me when I use it under Electron/vue (https://github.com/SimulatedGREG/electron-vue |
@WangHansen I could load vue-json-excel into nuxt following the steps describe in this article: https://medium.com/@codebeast_/why-your-third-party-plugin-dont-work-in-nuxt-and-how-to-fix-it-d1a8caadf422 |
@fjrial mmm, I think the problem is that nuxt and electron load the modules with require and this plugin use export... I try to rewrite the code to allow use require but I couldn't run the template |
The only problem right now is I get this warning:
|
@WangHansen and if the same error occurs in Electron? Do you have any solution for this? Edit: In the file: webpack.renderer.config.js
And it works 👍 |
Hi I have the same problem when i use the plugin in nuxt project, is there any solutions? Thanks in advance. |
Me too. In dev and in prod |
Any status about the issue? |
maybe problem with server side rendering in this code
|
i get this error when i run the Unit Test using Jest only. My application is not Nuxt app, its VueJS client side portal. Any suggestions ? |
|
When used with Nuxt.js, got 'Unexpected token <'
The text was updated successfully, but these errors were encountered: