Unverified Commit d1bd5cd8 authored by yann300's avatar yann300 Committed by GitHub

add `details`

parent 572a4ff5
...@@ -7,7 +7,8 @@ module.exports = (sources, opts) => { ...@@ -7,7 +7,8 @@ module.exports = (sources, opts) => {
settings: { settings: {
optimizer: { optimizer: {
enabled: opts.optimize === true || opts.optimize === 1, enabled: opts.optimize === true || opts.optimize === 1,
runs: 200 runs: 200,
details: {}
}, },
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