mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
{
|
|
"presets": ["env", "react", "stage-2"],
|
|
"plugins": [
|
|
"angularjs-annotate",
|
|
"transform-object-assign",
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["Error"]
|
|
}]
|
|
]
|
|
}
|