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

Commit e558b7b

Browse files
committed
update dev
1 parent 0113e6c commit e558b7b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@
6868
"lint": "eslint src"
6969
},
7070
"babel": {
71+
"presets": [
72+
[
73+
"es2015",
74+
{
75+
"modules": false
76+
}
77+
],
78+
"stage-0",
79+
"react"
80+
],
81+
"plugins": [
82+
"react-css-modules"
83+
],
7184
"env": {
7285
"production": {
7386
"presets": [
@@ -101,3 +114,4 @@
101114
"parser": "babel-eslint"
102115
}
103116
}
117+

0 commit comments

Comments
 (0)