-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
TypeError: assign to read only property 'exports' of object '#<Object>' #993
Comments
I'm not 100% sure exactly where the issue begins here. This is a result of importing a vtk.js file, but I'm not sure if this is a vue-cli webpack config or something else. I looked around and found this link: vuejs/vue-cli#2675. Maybe try it to see if it resolves your issue? |
Your proposition did not work.
|
Hm, we don't use core-js (at least not directly). It might be used by vue-cli, but haven't checked. Glad to know you found a solution. |
If you find a better solution or an explanation, feel free to share it 😉 |
Fixes #993 I tested this on the geode repo and this alleviated the need for the babel.config workaround (namely `ignore: [/\/core-js/]`).
Fixes #993 I tested this on the geode repo and this alleviated the need for the babel.config workaround (namely `ignore: [/\/core-js/]`).
🎉 This issue has been resolved in version 8.3.9 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Great I will try! Thanks! |
I am trying to start a new Electron app using VueJS framework. For that, I created a new project using the
vue-cli
and copied some files fromparaview-glance
. The project is almost empty but I get this error:I do not understand it. To reproduce the error:
Thanks a lot for your help!!
The text was updated successfully, but these errors were encountered: