Closed marcbouchenoire closed 3 years ago
Latest commit: b857c4d322866cfa192ba2928acc7425930ab07c
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Context: Disabling Terser's mangling completely is only possible by setting
mangle
tofalse
, but currently Microbundle replaces any non-objectmangle
option by{}
.This PR adds a special condition to allow the minify options
compress
andmangle
to be set as booleans.