mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
remove minimize: true from webpack config
This commit is contained in:
parent
7238d57354
commit
98a0bef309
1 changed files with 0 additions and 2 deletions
|
@ -143,13 +143,11 @@ module.exports = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
minimize: true,
|
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
parallel: 4
|
parallel: 4
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
new MiniCssExtractPlugin(),
|
new MiniCssExtractPlugin(),
|
||||||
|
|
Loading…
Reference in a new issue