Skip to content

v2.0.0

Compare
Choose a tag to compare
@goto-bus-stop goto-bus-stop released this 17 Oct 12:00
· 59 commits to default since this release
42a447a

Update browser-pack-flat to v3.0.0. This fixes tinyify-ing entry points that assign exports, like what's common in choo apps:

// app.js
if (window) app.mount()
else module.exports = app

The breaking change is that browser-pack-flat bundles will no longer assign module.exports when not using --standalone. This should not be a problem in 99.999% of cases, and is the same as what browser-pack does.