Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 06:31
· 143 commits to master since this release
2c4fd47

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)