mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-06 01:45:37 -05:00
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"plugins": [
|
|
"@babel/plugin-proposal-optional-chaining",
|
|
"babel-plugin-styled-components",
|
|
[
|
|
"@babel/plugin-transform-react-jsx",
|
|
{
|
|
"pragma": "h",
|
|
"pragmaFrag": "Fragment"
|
|
}
|
|
]
|
|
]
|
|
}
|