UNPKG

313 BPlain TextView Raw
1{
2 "env": {
3 "NODE_ENV": "production",
4 "BABEL_ENV": "production"
5 },
6 "presets": ["react", "es2015"],
7 "plugins": [
8 "transform-runtime",
9 "transform-object-rest-spread",
10 ["transform-react-jsx"],
11 "transform-flow-strip-types",
12 "syntax-flow"
13 ]
14}