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

Commit b1677dc

Browse files
committed
Feat: add babel-register package to the package.json
1 parent 7d5527b commit b1677dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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
}
@@ -85,6 +86,7 @@
8586
"babel-preset-es2015": "^6.9.0",
8687
"babel-preset-react": "^6.3.13",
8788
"babel-preset-stage-0": "^6.3.13",
89+
"babel-register": "^6.16.3",
8890
"components": "^0.1.0",
8991
"css-loader": "^0.23.0",
9092
"expect": "^1.20.2",

0 commit comments

Comments
 (0)