commit 091780f339b0e09d988d29e8bd28a9050e4f6675
parent fc50f73328bb40f25008e182de7981df24f04fef
Author: Sergey Orlov <wladimirych@gmail.com>
Date: Fri, 16 Jul 2021 22:41:19 +0200
config: remove outdated options of the TerserPlugin
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/webpack/webpack.config.js b/webpack/webpack.config.js
@@ -195,9 +195,7 @@ module.exports = {
runtimeChunk: 'single',
minimizer: [
new TerserPlugin({
- cache: true,
parallel: true,
- sourceMap: true,
exclude: /node_modules\/mapillary/u,
}),
],