UNPKG

236 BPlain TextView Raw
1{
2 "presets": [
3 "es2015-rollup",
4 "react"
5 ],
6 "plugins": [
7 "external-helpers"
8 ],
9 "env": {
10 "production": {
11 "presets": [
12 "babili"
13 ]
14 }
15 }
16}
\No newline at end of file