mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-04-29 09:45:54 +08:00
11 lines
128 B
Plaintext
11 lines
128 B
Plaintext
{
|
|
"presets": [
|
|
"latest",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"add-module-exports",
|
|
"transform-flow-strip-types"
|
|
]
|
|
}
|