Skip to content

Releases: atom-community/rollup-plugin-atomic

v1.7.0

06 Jan 08:44
222592e
Compare
Choose a tag to compare

1.7.0 (2021-01-06)

Features

  • add assemblyscript support (65e4553)

v1.6.5

06 Jan 04:48
Compare
Choose a tag to compare

1.6.5 (2021-01-06)

Bug Fixes

v1.6.4

06 Nov 10:33
Compare
Choose a tag to compare

1.6.4 (2020-11-06)

Bug Fixes

v1.6.3

29 Oct 11:03
Compare
Choose a tag to compare

1.6.3 (2020-10-29)

Bug Fixes

v1.6.2

20 Oct 22:43
Compare
Choose a tag to compare

1.6.2 (2020-10-20)

Bug Fixes

  • widen peer dep + move others to optional (15887c5)

v1.6.1

19 Oct 07:00
Compare
Choose a tag to compare

1.6.1 (2020-10-19)

Bug Fixes

  • first replace then minify (520b59a)

v1.6.0

19 Oct 06:31
2c4fd47
Compare
Choose a tag to compare

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

16 Oct 10:36
9a887da
Compare
Choose a tag to compare

1.5.0 (2020-10-16)

Features

  • add visualizer to the plugins (6ad1f0f)
  • rollup-plugin-visualizer (ad000fb)

v1.4.0

16 Oct 10:27
0fa780c
Compare
Choose a tag to compare

1.4.0 (2020-10-16)

Features

  • loading files with existing source maps (7bc16c8)
  • rollup-plugin-sourcemaps (24bb489)

v1.3.1

16 Oct 10:08
Compare
Choose a tag to compare

1.3.1 (2020-10-16)

Bug Fixes