mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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: [
|
||||
new TerserPlugin({
|
||||
parallel: 4
|
||||
})
|
||||
]
|
||||
|
||||
},
|
||||
plugins: [
|
||||
new MiniCssExtractPlugin(),
|
||||
|
|
Loading…
Reference in a new issue