forked from mirror/chinese-colors
17 lines
303 B
Plaintext
17 lines
303 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false,
|
|
"corejs": 3,
|
|
"targets": {
|
|
"chrome": 60
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": ["@babel/plugin-proposal-class-properties", "@babel/plugin-syntax-dynamic-import"]
|
|
}
|