mirror of
https://github.com/elementor/hello-theme.git
synced 2025-10-03 15:33:37 +08:00
Fix: Minimize JS files [ED-16088] (#422)
Co-authored-by: Rami Yushuvaev <92088692+rami-elementor@users.noreply.github.com>
This commit is contained in:
parent
3da6fc23df
commit
aac675a436
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const webpackProductionConfig = {
|
|||
mode: 'production',
|
||||
optimization: {
|
||||
...defaultConfig.optimization || {},
|
||||
minimize: false,
|
||||
minimize: true,
|
||||
minimizer: [
|
||||
new TerserPlugin( {
|
||||
terserOptions: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue