37 lines
668 B
Plaintext
37 lines
668 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-react",
|
|
{
|
|
"runtime": "automatic"
|
|
}
|
|
]
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@emotion/babel-plugin-jsx-pragmatic",
|
|
{
|
|
"export": "jsx",
|
|
"import": "__to_avoid_prepending_/** @jsxImportSource @emotion/react */",
|
|
"module": "@emotion/react"
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-transform-react-jsx",
|
|
{
|
|
"pragma": "__to_avoid_prepending_/** @jsxImportSource @emotion/react */"
|
|
}
|
|
],
|
|
[
|
|
"module-resolver",
|
|
{
|
|
"root": ["."],
|
|
"alias": {
|
|
"~": "./src"
|
|
}
|
|
}
|
|
],
|
|
["babel-plugin-styled-components"]
|
|
]
|
|
}
|