Releases: babel/babel-loader
Releases Β· babel/babel-loader
v7.0.0-alpha.2
06 Mar 12:35
Compare
Sorry, something went wrong.
No results found
Includes all changes from 6.4.0
drop support for webpack 1 (#407 ) (Daniel Tschinder)
Use preset-env (#406 ) (Daniel Tschinder)
Correctly run yarn commands (Daniel Tschinder)
Bump loader-utils and use getOptions (#391 ) (Brian Ng)
Update README.md for webpack 2 (#402 ) (Sid Raval)
v7.0.0-alpha.1
06 Mar 12:34
Compare
Sorry, something went wrong.
No results found
Includes all changes from 6.3.2
support babel-core@7 (#403 ) (Henry Zhu)
Use yarn (#376 ) (Daniel Tschinder)
chore(package): update babel-plugin-istanbul to version 4.0.0 (#374 ) (greenkeeper[bot])
chore(package): update cross-env to version 3.1.4 (#353 ) (greenkeeper[bot])
chore(ci): get rid of node 0.10 (#354 ) (Yuta Hiroto)
chore(package): update ava to version 0.18.0 (#369 ) (greenkeeper[bot])
v6.4.0
06 Mar 12:28
Compare
Sorry, something went wrong.
No results found
π New Feature
added metadata passing from babel to webpack, which is currently used by react-intl (#398 ) @Ognian
v6.3.2
16 Feb 10:03
Compare
Sorry, something went wrong.
No results found
π’ Regression
forceEnv was interfering with regular environment handling
v6.3.1
15 Feb 09:18
Compare
Sorry, something went wrong.
No results found
v6.3.0
14 Feb 09:24
Compare
Sorry, something went wrong.
No results found
π 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
15 Dec 13:35
Compare
Sorry, something went wrong.
No results found
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
07 Dec 17:17
Compare
Sorry, something went wrong.
No results found
π’ Regression
Source maps on windows did not work correctly with v6.2.8.
Thanks @josephst
π Internal
v6.2.8
18 Nov 16:39
Compare
Sorry, something went wrong.
No results found
π Bug Fix
π Documentation
Update README docs for cacheDirectory's actual behaviour (#245 ) @sohkai
updates docs re: transform-runtime (#197 ) @gbrassey
π Internal
v6.2.7
27 Oct 12:39
Compare
Sorry, something went wrong.
No results found
π’ 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.