Releases: atom-community/rollup-plugin-atomic
Releases · atom-community/rollup-plugin-atomic
v1.7.0
1.7.0 (2021-01-06)
Features
- add assemblyscript support (65e4553)
v1.6.5
1.6.5 (2021-01-06)
Bug Fixes
v1.6.4
1.6.4 (2020-11-06)
Bug Fixes
v1.6.3
1.6.3 (2020-10-29)
Bug Fixes
v1.6.2
1.6.2 (2020-10-20)
Bug Fixes
- widen peer dep + move others to optional (15887c5)
v1.6.1
1.6.1 (2020-10-19)
Bug Fixes
- first replace then minify (520b59a)
v1.6.0
1.6.0 (2020-10-19)
Features
This replaces process.env.NODE_ENV with production when NODE_ENV is set to production. This has many benefits. For example, the development version of React will not be bundled anymore!
- install @rollup/plugin-replace (7804a30)
- replace NODE_ENV with production in production (83ca0bd)
v1.5.0
1.5.0 (2020-10-16)
Features
- add visualizer to the plugins (6ad1f0f)
- rollup-plugin-visualizer (ad000fb)
v1.4.0
1.4.0 (2020-10-16)
Features
- loading files with existing source maps (7bc16c8)
- rollup-plugin-sourcemaps (24bb489)
v1.3.1
1.3.1 (2020-10-16)
Bug Fixes