mirror of
https://github.com/developit/microbundle.git
synced 2026-01-25 14:06:50 +00:00
Drop the undefined check and just use the ! check
This commit is contained in:
parent
67b7c52054
commit
b4dcc27fe0
@ -310,7 +310,7 @@ function createConfig(options, entry, format, writeMeta) {
|
||||
strict: options.strict===true,
|
||||
legacy: true,
|
||||
freeze: false,
|
||||
sourcemap: options.sourcemap===true || options.sourcemap===undefined,
|
||||
sourcemap: options.sourcemap!==false,
|
||||
treeshake: {
|
||||
propertyReadSideEffects: false
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user