mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix terser options for prod
This commit is contained in:
parent
38b3f482ec
commit
d512ff1147
1 changed files with 0 additions and 2 deletions
|
@ -46,9 +46,7 @@ if (isDevelopment) {
|
|||
else {
|
||||
plugins = plugins.concat([
|
||||
new TerserPlugin({
|
||||
cache: true,
|
||||
parallel: true,
|
||||
sourceMap: isDevelopment,
|
||||
}),
|
||||
new CssMinimizerPlugin(),
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue