- Update peerDependencies to accept webpack 2 #208
- Remove duplicated dependencies
- Pass true filenames #106
- Remove babel-core from devDependencies
- 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
- Update to babel v6.
- Merge PR #85 - Don't override sourcemap if sourcesContent already exists.
- Merge PR #82 - Fallback global options to empty object to avoid conflicts with object-assign polyfill.
- Merge PR #79 - This should allow babel-loader to work with enhanced-require.
- Include
.babelrc
file into thecacheIdentifier
if it exists