Changelog
2.3.0
Changelog
2.2.0
--no-flat
option for use with other tools that expect browser-pack output, such as discChangelog
2.1.1
Changelog
2.1.0
env
option for custom environment variables. (@yoshuawuyts in #2)Changelog
2.0.0
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.