Skip to content

2.6.2

Compare
Choose a tag to compare
@develar develar released this 15 Jan 08:07
· 42 commits to master since this release

Bug Fixes

  • add jsx (#257) (a22d1a0)
  • Ensuring process.env.NODE_ENV is always properly set (#246) (fca5a0e)
  • Ensuring react and react-dom are not included as external dependencies (#247) (d2433f6)

Features

  • Implement dotenv-expand.This allows us to expand env variables into dotenv files.For example, to get read the environment variable npm_package_version (#238) (8b01224)