We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a807ae1 + 50a0ff1 commit 55d5d2bCopy full SHA for 55d5d2b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v6.2.0
4
+ * Pass true filenames [#106](https://github.com/babel/babel-loader/issues/106)
5
+ * Remove babel-core from devDependencies
6
+
7
## v6.1.0
8
9
* Merge [PR #146](https://github.com/babel/babel-loader/pull/146) Set source file name relative to options.sourceRoot
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-loader",
- "version": "6.1.0",
+ "version": "6.2.0",
"description": "babel module loader for webpack",
"files": [
"index.js",
0 commit comments