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'm trying to use this in a Quasar (https://quasar.dev/) environment to load a Vue.js component on the fly at runtime. Quasar uses Webpack and Babel. When I call it, it throws the error: "TypeError: process.version is undefined". Does anyone have ideas about what might be going on here?
Thanks.
The text was updated successfully, but these errors were encountered:
module.exports={node: {// prevent webpack from injecting useless setImmediate polyfill because Vue// source contains it (although only uses it if it's native).setImmediate: false,// prevent webpack from injecting mocks to Node native modules// that does not make sense for the clientdgram: 'empty',fs: 'empty',net: 'empty',tls: 'empty',child_process: 'empty',module: 'empty',}}
I'm trying to use this in a Quasar (https://quasar.dev/) environment to load a Vue.js component on the fly at runtime. Quasar uses Webpack and Babel. When I call it, it throws the error: "TypeError: process.version is undefined". Does anyone have ideas about what might be going on here?
Thanks.
The text was updated successfully, but these errors were encountered: