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 d9c6ebe commit 78c6877Copy full SHA for 78c6877
packages/@vue/cli-service/lib/config/dev.js
@@ -10,6 +10,11 @@ module.exports = (api, options) => {
10
.plugin('hmr')
11
.use(require('webpack/lib/HotModuleReplacementPlugin'))
12
13
+ // https://github.com/webpack/webpack/issues/6642
14
+ webpackConfig
15
+ .output
16
+ .globalObject('this')
17
+
18
webpackConfig
19
.plugin('no-emit-on-errors')
20
.use(require('webpack/lib/NoEmitOnErrorsPlugin'))
0 commit comments