Commit 815fcabd authored by yann300's avatar yann300 Committed by LianaHus

defaut to 200 runs

parent 444e6b12
...@@ -9,7 +9,7 @@ export default (sources: Source, opts: CompilerInputOptions): string => { ...@@ -9,7 +9,7 @@ export default (sources: Source, opts: CompilerInputOptions): string => {
settings: { settings: {
optimizer: { optimizer: {
enabled: opts.optimize === true || opts.optimize === 1, enabled: opts.optimize === true || opts.optimize === 1,
runs: opts.runs runs: opts.runs || 200
}, },
libraries: opts.libraries, libraries: opts.libraries,
outputSelection: { outputSelection: {
......
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