UNPKG

1.09 kBMarkdownView Raw
1# Changelog
2
3## v6.1.0
4
5 * Merge [PR #146](https://github.com/babel/babel-loader/pull/146) Set source file name relative to options.sourceRoot
6 * Merge [PR #136](https://github.com/babel/babel-loader/pull/136) use container-based infrastructure for faster build
7 * Merge [PR #121](https://github.com/babel/babel-loader/pull/121) Make babelrc configurable
8 * Merge [PR #113](https://github.com/babel/babel-loader/pull/113) Include BABEL_ENV || NODE_ENV in cacheIdentifier
9
10## v6.0.1
11
12 * Update to babel v6.
13
14## v5.3.1
15
16 * Merge [PR #85](https://github.com/babel/babel-loader/pull/85) - Don't override sourcemap if sourcesContent already exists.
17
18
19## v5.3.1
20
21 * Merge [PR #82](https://github.com/babel/babel-loader/pull/82) - Fallback global options to empty object to avoid conflicts with object-assign polyfill.
22
23## v5.3.0
24
25 * Merge [PR #79](https://github.com/babel/babel-loader/pull/79) - This should allow babel-loader to work with [enhanced-require](https://github.com/webpack/enhanced-require).
26
27## v5.2.0
28
29 * Include `.babelrc` file into the `cacheIdentifier` if it exists