twreporter-react-index-page
Version:
twreporter index page version 2
37 lines (36 loc) • 597 B
Plain Text
{
"plugins": [
[
"module-resolver", {
"root": ["."],
"alias": {
"styles": "./styles"
},
"cwd": "babelrc"
}],
[
"wrap-in-js",
{
"extensions": ["css$", "scss$"]
}
],
[
"inline-react-svg", {
"svgo": {
"plugins": [
{
"cleanupIDs": false
}
]
}
}
],
["styled-components", { "ssr": true, "displayName": true, "preprocess": false } ]
],
"presets": [
"env",
"stage-0",
"react",
],
"ignore": []
}