mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-30 03:26:47 -05:00
db9bb15786
We're not using it, and it just makes compiles slower
38 lines
839 B
Plaintext
38 lines
839 B
Plaintext
{
|
|
"env": {
|
|
"production": {
|
|
"presets": ["react", "es2015"],
|
|
"plugins": [
|
|
"syntax-async-functions",
|
|
"syntax-flow",
|
|
"transform-class-properties",
|
|
"transform-regenerator",
|
|
[
|
|
"transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"development": {
|
|
"presets": ["react"],
|
|
"plugins": [
|
|
"syntax-async-functions",
|
|
"syntax-flow",
|
|
"transform-async-to-generator",
|
|
"transform-class-properties",
|
|
"transform-es2015-destructuring",
|
|
"transform-es2015-modules-commonjs",
|
|
"transform-es2015-parameters",
|
|
[
|
|
"transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}
|
|
]
|
|
]
|
|
},
|
|
}
|
|
}
|