mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-28 22:48:44 +03:00
use terset instead of uglify
This commit is contained in:
parent
5737d557f4
commit
9833384a7b
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ module.exports = (env, { mode }) => ({
|
||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
parallel: true,
|
parallel: true,
|
||||||
|
extractComments: false,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue