p5.js-web-editor/.babelrc

12 lines
248 B
Plaintext
Raw Normal View History

2016-05-03 06:09:16 +02:00
{
2016-05-03 22:13:04 +02:00
"presets": ["react", "es2015", "stage-0"],
2016-05-03 06:09:16 +02:00
"env": {
"production": {
"plugins": [
"transform-react-remove-prop-types",
"transform-react-constant-elements",
"transform-react-inline-elements"
]
}
}
}