2016-05-03 04:09:16 +00:00
|
|
|
{
|
2019-06-05 16:05:31 +00:00
|
|
|
"presets": [
|
|
|
|
"@babel/preset-react",
|
|
|
|
"@babel/preset-env"
|
|
|
|
],
|
2016-05-03 04:09:16 +00:00
|
|
|
"env": {
|
|
|
|
"production": {
|
|
|
|
"plugins": [
|
2020-04-19 18:27:44 +00:00
|
|
|
"babel-plugin-styled-components",
|
2016-05-03 04:09:16 +00:00
|
|
|
"transform-react-remove-prop-types",
|
2019-06-05 16:05:31 +00:00
|
|
|
"@babel/plugin-transform-react-constant-elements",
|
|
|
|
"@babel/plugin-transform-react-inline-elements",
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
{
|
|
|
|
"loose": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
|
|
"@babel/plugin-proposal-throw-expressions",
|
|
|
|
"@babel/plugin-proposal-export-default-from",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-pipeline-operator",
|
|
|
|
{
|
|
|
|
"proposal": "minimal"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
|
|
"@babel/plugin-proposal-do-expressions",
|
|
|
|
"@babel/plugin-proposal-function-bind"
|
2016-07-22 17:14:26 +00:00
|
|
|
],
|
2019-06-05 16:05:31 +00:00
|
|
|
"presets": [
|
|
|
|
"@babel/preset-env",
|
|
|
|
"@babel/preset-react"
|
|
|
|
]
|
2019-08-28 20:08:40 +00:00
|
|
|
},
|
|
|
|
"development": {
|
|
|
|
"plugins": [
|
2020-04-19 18:27:44 +00:00
|
|
|
"babel-plugin-styled-components",
|
2019-08-28 20:08:40 +00:00
|
|
|
"react-hot-loader/babel"
|
|
|
|
]
|
2016-05-03 04:09:16 +00:00
|
|
|
}
|
2019-06-05 16:05:31 +00:00
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
|
|
"@babel/plugin-syntax-import-meta",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-decorators",
|
|
|
|
{
|
|
|
|
"legacy": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
{
|
|
|
|
"loose": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-json-strings",
|
|
|
|
"@babel/plugin-proposal-function-sent",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from",
|
|
|
|
"@babel/plugin-proposal-numeric-separator",
|
|
|
|
"@babel/plugin-proposal-throw-expressions",
|
|
|
|
"@babel/plugin-proposal-export-default-from",
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators",
|
|
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-pipeline-operator",
|
|
|
|
{
|
|
|
|
"proposal": "minimal"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
|
|
"@babel/plugin-proposal-do-expressions",
|
2020-04-19 18:27:44 +00:00
|
|
|
"@babel/plugin-proposal-function-bind"
|
2019-06-05 16:05:31 +00:00
|
|
|
]
|
|
|
|
}
|