Skip to content

Releases: klee-contrib/babel-preset-focus

v1.0.0 babel-preset-focus

31 Oct 18:21
7fa1bbf
Compare
Choose a tag to compare

What's new ?

Breaking changes :

  • focus-polyfill file does not exist anymore. Polyfill is now handled by webpack-focus directly, without any need to add it inside your project
  • an environnement variable LEGACY_EXPORTS has been created. You should put it at true only if you are using require or module.exports in your project
  • an environnement variable LEGACY_LODASH has been created. You should put it at true only if you are using lodash 3.x.x in your project
  • the environnement variable NODE_ENV must be set to 'development' or 'production' when using this presets

Other changes :

  • Massive update of dependencies
  • Using babel-preset-env, so the code transformation can be determined depending on target browers
  • Adding hot-loader dependency for handling hot reload with webpack

v1.0.0-beta1 babel-focus-presets

08 Sep 10:25
Compare
Choose a tag to compare
Pre-release

What's new ?

Breaking changes :

  • focus-polyfill file does not exist anymore. Polyfill is now handled by webpack-focus directly, without any need to add it inside your project
  • an environnement variable LEGACY_EXPORTS has been created. You should put it at true only if you are using require or module.exports in your project
  • an environnement variable LEGACY_LODASH has been created. You should put it at true only if you are using lodash 3.x.x in your project
  • the environnement variable NODE_ENV must be set to 'development' or 'production' when using this presets

Other changes :

  • Massive update of dependencies
  • Using babel-preset-env, so the code transformation can be determined depending on target browers
  • Adding hot-loader dependency for handling hot reload with webpack

v0.7.0 babel-focus-presets

19 Apr 06:44
Compare
Choose a tag to compare

Please read the README.md of the repository to know what's inside.

v0.3.2 babel-focus-presets

05 Feb 19:41
Compare
Choose a tag to compare

Please read the README.md of the repository to know what's inside.