mirror of
https://github.com/amark/gun.git
synced 2025-06-22 14:02:33 +00:00
12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
{
|
|
"presets": [
|
|
"react",
|
|
"env",
|
|
"stage-0"
|
|
],
|
|
"plugins": [
|
|
"transform-decorators-legacy",
|
|
"transform-eval"
|
|
]
|
|
}
|