Skip to content

Commit 258d69e

Browse files
author
Andy Wermke
committed
Update babel-loader to v7.0.0, but stick to babel-core 6.x
Gets rid of deprecation warnings.
1 parent 563ffc9 commit 258d69e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: packages/babel6/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.0.0-beta
44

55
- Use `match()` instead of passing an `exclude` option
6+
- Updated `babel-loader` from 6.x to 7.0, but sticking to babel 6.x
67

78
## 1.0.0-alpha
89

Diff for: packages/babel6/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": "https://github.com/andywer/webpack-blocks/issues",
2121
"dependencies": {
2222
"babel-core": "^6.25.0",
23-
"babel-loader": "^6.4.1"
23+
"babel-loader": "^7.0.0"
2424
},
2525
"devDependencies": {
2626
"@webpack-blocks/core": "^1.0.0-beta",

0 commit comments

Comments
 (0)