There was an error while loading. Please reload this page.
1 parent dd41bcb commit 7f358cdCopy full SHA for 7f358cd
.babelrc
@@ -3,5 +3,8 @@
3
"env",
4
"stage-0",
5
"react"
6
+ ],
7
+ "plugins": [
8
+ "system-import-transformer"
9
]
10
}
package.json
@@ -28,6 +28,7 @@
28
"babel-core": "^6.14.0",
29
"babel-eslint": "^6.1.2",
30
"babel-loader": "^7.1.2",
31
+ "babel-plugin-system-import-transformer": "^3.1.0",
32
"babel-polyfill": "^6.16.0",
33
"babel-preset-env": "^1.6.1",
34
"babel-preset-react": "^6.11.1",
0 commit comments