Commit ba20900a authored by yann300's avatar yann300

double check for optimisation

parent 6879dee9
...@@ -6,7 +6,7 @@ module.exports = (sources, opts) => { ...@@ -6,7 +6,7 @@ module.exports = (sources, opts) => {
sources: sources, sources: sources,
settings: { settings: {
optimizer: { optimizer: {
enabled: opts.optimize === true, enabled: opts.optimize === true || opts.optimize === 1,
runs: 500 runs: 500
}, },
libraries: opts.libraries, libraries: opts.libraries,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment