Releases: jacksonrayhamilton/bundlifier
Releases · jacksonrayhamilton/bundlifier
Release list
v3.0.4
v3.0.3
- Update dependencies to ensure successful installs on Node 14
v3.0.2
- Update dependencies to ensure successful installs on Node 12/13
v3.0.1
- Fix bug where NODE_ENV was inferred to be “production;” that should only be inferred when minifying
v3.0.0
- Remove
-n/--necessarilyfeature for building files if they did not yet exist - Add automatic simple Babel transpilation
- Allow for advanced Babel transpilation with
.babelrc - Add support for generating a service worker
- Update packages
v2.1.0
- Add support for importing JSON files, since a lot of packages do this.
v2.0.1
- Fix a bug where the “nopt” package was missing.
v2.0.0
- Redesign the API to be simpler. See the README.