mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 01:30:32 +00:00
UglifyJS throws error, disabled for now.
This commit is contained in:
@@ -38,11 +38,11 @@ const webpackConfig = merge(commonConfig(false), {
|
|||||||
preset: ["default", { discardComments: { removeAll: true } }]
|
preset: ["default", { discardComments: { removeAll: true } }]
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
new UglifyJSPlugin({
|
// new UglifyJSPlugin({
|
||||||
cache: true,
|
// cache: true,
|
||||||
parallel: false,
|
// parallel: false,
|
||||||
sourceMap: !isProd
|
// sourceMap: !isProd
|
||||||
})
|
// })
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
|
|||||||
Reference in New Issue
Block a user