mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
5 lines
145 B
Plaintext
5 lines
145 B
Plaintext
{
|
|
"presets": [["env"], "react", "stage-0"],
|
|
"plugins": ["transform-runtime", "transform-async-to-generator", "transform-class-properties"]
|
|
}
|