mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
42 lines
No EOL
700 B
Text
42 lines
No EOL
700 B
Text
{
|
|
"presets": [
|
|
"next/babel",
|
|
"@babel/preset-typescript",
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-class-properties",
|
|
[
|
|
"@babel/plugin-transform-runtime",
|
|
{
|
|
"helpers": false
|
|
}
|
|
],
|
|
[
|
|
"styled-components",
|
|
{
|
|
"ssr": true
|
|
}
|
|
],
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"macros"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"next/babel",
|
|
{
|
|
"preset-env": {
|
|
"modules": "commonjs"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
"require-context-hook",
|
|
"macros"
|
|
]
|
|
}
|
|
}
|
|
} |