mirror of
https://github.com/react95-io/React95.git
synced 2026-01-13 16:38:03 -05:00
22 lines
348 B
Plaintext
22 lines
348 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"modules": false
|
|
}
|
|
],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"babel-plugin-styled-components",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-runtime"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": ["@babel/preset-env"]
|
|
}
|
|
}
|
|
}
|