Skip to content

Commit

Permalink
Update babel-loader to v7.0.0, but stick to babel-core 6.x
Browse files Browse the repository at this point in the history
Gets rid of deprecation warnings.
  • Loading branch information
Andy Wermke committed Jun 12, 2017
1 parent 563ffc9 commit 258d69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/babel6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.0.0-beta

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

## 1.0.0-alpha

Expand Down
2 changes: 1 addition & 1 deletion packages/babel6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^6.4.1"
"babel-loader": "^7.0.0"
},
"devDependencies": {
"@webpack-blocks/core": "^1.0.0-beta",
Expand Down

0 comments on commit 258d69e

Please sign in to comment.