Enable react inline and constant babel optimizations

This commit is contained in:
Ken-Håvard Lieng 2016-02-07 00:03:11 +01:00
parent 23e75b8f40
commit ede8e19722
3 changed files with 27 additions and 19 deletions

View file

@ -15,6 +15,12 @@
}]
}]
]
},
"production": {
"plugins": [
"transform-react-inline-elements",
"transform-react-constant-elements"
]
}
}
}