Minor changes
This commit is contained in:
parent
0a71a1ae34
commit
a9de28e056
9 changed files with 12 additions and 14 deletions
|
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
watchOptions: {
|
||||
ignored: /node_modules/,
|
||||
},
|
||||
//devtool: 'inline-source-map',
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
disableHostCheck: true,
|
||||
|
|
@ -22,7 +23,7 @@ module.exports = {
|
|||
optimization: {
|
||||
minimizer: [
|
||||
new TerserJSPlugin({
|
||||
sourceMap: !isProduction,
|
||||
sourceMap: isDevelopment,
|
||||
}),
|
||||
new OptimizeCSSAssetsPlugin({}),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue