Skip to content

Commit 7f358cd

Browse files
committed
Add system.import transformer
1 parent dd41bcb commit 7f358cd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.babelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,8 @@
33
"env",
44
"stage-0",
55
"react"
6+
],
7+
"plugins": [
8+
"system-import-transformer"
69
]
710
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"babel-core": "^6.14.0",
2929
"babel-eslint": "^6.1.2",
3030
"babel-loader": "^7.1.2",
31+
"babel-plugin-system-import-transformer": "^3.1.0",
3132
"babel-polyfill": "^6.16.0",
3233
"babel-preset-env": "^1.6.1",
3334
"babel-preset-react": "^6.11.1",

0 commit comments

Comments
 (0)