mirror of
https://github.com/strapi/strapi.git
synced 2025-09-02 05:13:03 +00:00
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false,
|
|
"loose": true,
|
|
"targets": {
|
|
"browsers": ["Since 2017"]
|
|
}
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": ["@babel/plugin-proposal-class-properties"]
|
|
}
|