9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
{
|
|
"presets": ["env"],
|
|
"plugins": [
|
|
"babel-plugin-add-module-exports",
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["TypeError", "RangeError", "Error"]
|
|
}]
|
|
]
|
|
} |