8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc29e88 commit 691cfa2Copy full SHA for 691cfa2
packages/@vue/cli-service/lib/config/base.js
@@ -92,8 +92,8 @@ module.exports = (api, options) => {
92
// prevent webpack from injecting useless setImmediate polyfill because Vue
93
// source contains it (although only uses it if it's native).
94
setImmediate: false,
95
+ // process is injected via DefinePlugin
96
process: false,
- global: false,
97
// prevent webpack from injecting mocks to Node native modules
98
// that does not make sense for the client
99
dgram: 'empty',
0 commit comments