Changelog
For changes in version v7.0.0 and up please go to release
Old Changelog
v6.4.1
🐛 Bug Fix
v6.4.0
🚀 New Feature
- added metadata passing from babel to webpack, which is currently used by react-intl (#398) @Ognian
v6.3.2
😢 Regression
forceEnv
was interfering with regular environment handling
v6.3.1
🐛 Bug Fix
v6.3.0
🚀 New Feature
Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.
🐛 Bug Fix
- Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @leonaves
💅 Polish
- Improve FS caching to do less sync calls which improves performance slightly (#375) @akx
v6.2.10
Support for webpack 2.2-rc has been added in this release
🐛 Bug Fix
- If cache directory not writable, try to fallback to tmpdir before failing
v6.2.9
😢 Regression
Source maps on windows did not work correctly with v6.2.8.
Thanks @josephst
🏠 Internal
v6.2.8
🐛 Bug Fix
📝 Documentation
- Update README docs for cacheDirectory's actual behaviour (#245) @sohkai
- updates docs re: transform-runtime (#197) @gbrassey
🏠 Internal
v6.2.7
😢 Regression
Fallback to os.tmpdir()
if no cachedir found (#318) (fixes #317) @danez
Fixes an issue with v6.2.6 when using babel-loader
as a global package.
v6.2.6
🐛 Bug Fix
- Use standard cache dir as default
cacheDirectory
(#301) @fson
Use the common cache directory, ./node_modules/.cache/babel-loader
, as the default cache directory (when the cacheDirectory setting is enabled).
query: {
cacheDirectory: true
}
v6.2.5
- Don't show the call stack for a Babel error (such as when you have a syntax error)
v6.2.4
- change allowed peer deps (all webpack 2 beta versions)
v6.2.3
- change allowed peer deps (2.0.7-beta)
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
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