Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit a0f2cbc

Browse files
committed
Feat: add babel-plugin-webpack-loaders to package.json
1 parent ad39267 commit a0f2cbc

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"test": {
1515
"plugins": [
1616
[
17-
"babel-plugin-webpack-loaders", {
17+
"babel-plugin-webpack-loaders",
18+
{
1819
"config": "./config/testing/webpack.test.config.js",
1920
"verbose": false
2021
}
@@ -125,6 +126,7 @@
125126
"devDependencies": {
126127
"babel-eslint": "^5.0.0-beta4",
127128
"babel-jest": "^15.0.0",
129+
"babel-plugin-webpack-loaders": "^0.7.1",
128130
"babel-preset-es2015": "^6.9.0",
129131
"cross-env": "^2.0.0",
130132
"enzyme": "^2.4.1",

0 commit comments

Comments
 (0)