mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
3854650546
* Minimum supported browsers and version standard: add browsers and targets to .babelrc and package.json * Regenerate package.json, fix issue with comma in merge * Resolve merge conflicts * Regenerate package-lock.json * Revert to previous package-lock.json
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
{
|
|
"presets": [["env", { "targets": { "browsers": [">0.25%", "not ie 11", "not op_mini all"] } } ], "react", "stage-0"],
|
|
"plugins": ["transform-runtime", "transform-async-to-generator", "transform-class-properties"]
|
|
}
|