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.
process
1 parent 4f74b27 commit b082da8Copy full SHA for b082da8
packages/@vue/cli-service/lib/config/base.js
@@ -153,9 +153,6 @@ module.exports = (api, options) => {
153
// prevent webpack from injecting useless setImmediate polyfill because Vue
154
// source contains it (although only uses it if it's native).
155
setImmediate: false,
156
- // process is injected via DefinePlugin, although some 3rd party
157
- // libraries may require a mock to work properly (#934)
158
- process: 'mock',
159
// prevent webpack from injecting mocks to Node native modules
160
// that does not make sense for the client
161
dgram: 'empty',
0 commit comments