Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.34 KB

Changelog

v6.2.2

  • Update peerDependencies to accept webpack 2 #208
  • Remove duplicated dependencies

v6.2.0

  • Pass true filenames #106
  • Remove babel-core from devDependencies

v6.1.0

  • Merge PR #146 Set source file name relative to options.sourceRoot
  • Merge PR #136 use container-based infrastructure for faster build
  • Merge PR #121 Make babelrc configurable
  • Merge PR #113 Include BABEL_ENV || NODE_ENV in cacheIdentifier

v6.0.1

  • Update to babel v6.

v5.3.1

  • Merge PR #85 - Don't override sourcemap if sourcesContent already exists.

v5.3.1

  • Merge PR #82 - Fallback global options to empty object to avoid conflicts with object-assign polyfill.

v5.3.0

v5.2.0

  • Include .babelrc file into the cacheIdentifier if it exists