forked from mirrors/hugo-theme-terminal
use terset instead of uglify
This commit is contained in:
@ -82,6 +82,7 @@ module.exports = (env, { mode }) => ({
|
|||||||
minimizer: [
|
minimizer: [
|
||||||
new TerserPlugin({
|
new TerserPlugin({
|
||||||
parallel: true,
|
parallel: true,
|
||||||
|
extractComments: false,
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user