You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use externals modules in vue.config.js ..., chainWebpack: config => { config.externals(["vue", "vuex", "vue-router"]); }, ...
after running npm serve script i get this error:
If you install vue locally, then the error goes away, but then a render error appears:
In the webpack config, the value of "libraryTarget" is set to "system".
How to fix it?
The text was updated successfully, but these errors were encountered:
I use externals modules in vue.config.js
..., chainWebpack: config => { config.externals(["vue", "vuex", "vue-router"]); }, ...
after running npm serve script i get this error:
If you install vue locally, then the error goes away, but then a render error appears:
In the webpack config, the value of "libraryTarget" is set to "system".
How to fix it?
The text was updated successfully, but these errors were encountered: