Fix webpack dev server checks

This commit is contained in:
Bill Thornton
2021-10-04 11:31:50 -04:00
parent 3b4ff70709
commit eccd79c4e0
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ module.exports = merge(common, {
},
plugins: [
new DefinePlugin({
'process.env.WEBPACK_SERVE': true
__WEBPACK_SERVE__: true
})
],
devServer: {