Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit 9ae3b06

Browse files
committed
feat(.babelrc): add basic babelrc
feat(.babelrc): add basic babelrc
1 parent 3baaf95 commit 9ae3b06

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.babelrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"plugins": [
3+
[
4+
"transform-runtime",
5+
{
6+
"helpers": false,
7+
"polyfill": false,
8+
"regenerator": true,
9+
"moduleName": "babel-runtime"
10+
}
11+
],
12+
"react-hot-loader/babel",
13+
"syntax-dynamic-import"
14+
],
15+
"presets": ["es2015", "react", "stage-0"]
16+
}

0 commit comments

Comments
 (0)