|
@@ -69,7 +69,7 @@ module.exports = {
|
|
|
]
|
|
|
}]
|
|
|
},
|
|
|
- mode: "development",
|
|
|
+ mode: "production",
|
|
|
devServer: {
|
|
|
contentBase: path.join(__dirname, "dist"),
|
|
|
compress: false,
|
|
@@ -103,4 +103,4 @@ module.exports = {
|
|
|
watchOptions: {
|
|
|
ignored: [path.resolve(__dirname, './dist/**/*.*'), 'node_modules']
|
|
|
}
|
|
|
-}
|
|
|
+}
|