Skip to content

Release 0.1.0 (2017-06-09)

Latest
Compare
Choose a tag to compare
@MtDalPizzol MtDalPizzol released this 09 Jun 18:28
· 0 commits to master since this release

Added

  • Support for Webpack's --env option, allowing to pass custom params.

Changed

  • Use Webpack's --env option instead of NODE_ENV as primary method for setting the environment.
  • .getConfig() method now returns a fat arrow function which receives Webpack's --env option.
  • env option now accepts an Object.
  • commonEnvName option is now commonEnvId.