mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
20 lines
473 B
Text
20 lines
473 B
Text
{
|
|
"presets": [
|
|
"next/babel", "@babel/preset-flow"
|
|
],
|
|
"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"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
["next/babel", {"preset-env": {"modules": "commonjs"}}]
|
|
]
|
|
}
|
|
}
|
|
}
|