зеркало из https://github.com/mozilla/Spoke.git
26 строки
518 B
Plaintext
26 строки
518 B
Plaintext
{
|
|
"presets": [
|
|
"@babel/preset-react",
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": [
|
|
">2%",
|
|
"not ie 11",
|
|
"not op_mini all"
|
|
],
|
|
"modules": false,
|
|
"useBuiltIns": "usage",
|
|
"corejs": 3
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-transform-runtime",
|
|
"babel-plugin-styled-components"
|
|
]
|
|
}
|