mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
19 lines
589 B
Markdown
19 lines
589 B
Markdown
# Changelog
|
|
|
|
## v5.3.1
|
|
|
|
* Merge [PR #85](https://github.com/babel/babel-loader/pull/85) - Don't override sourcemap if sourcesContent already exists.
|
|
|
|
|
|
## v5.3.1
|
|
|
|
* Merge [PR #82](https://github.com/babel/babel-loader/pull/82) - Fallback global options to empty object to avoid conflicts with object-assign polyfill.
|
|
|
|
## v5.3.0
|
|
|
|
* 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).
|
|
|
|
## v5.2.0
|
|
|
|
* Include `.babelrc` file into the `cacheIdentifier` if it exists
|