mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50: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 } }]
|
||||
}
|
||||
}),
|
||||
new UglifyJSPlugin({
|
||||
cache: true,
|
||||
parallel: false,
|
||||
sourceMap: !isProd
|
||||
})
|
||||
// new UglifyJSPlugin({
|
||||
// cache: true,
|
||||
// parallel: false,
|
||||
// sourceMap: !isProd
|
||||
// })
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
|
||||
Reference in New Issue
Block a user