mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
b5d97e25b7
* Browser support config * Removed some offending code * Added unsupported html page and redirect for IE * Typo in regex * Made html page static * Added redirect script to multi_org * Moved static html page to client/app
21 lines
466 B
Plaintext
21 lines
466 B
Plaintext
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"exclude": [
|
|
"@babel/plugin-transform-async-to-generator",
|
|
"@babel/plugin-transform-arrow-functions"
|
|
],
|
|
"useBuiltIns": "usage"
|
|
}],
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
"angularjs-annotate",
|
|
"@babel/plugin-proposal-class-properties",
|
|
"@babel/plugin-transform-object-assign",
|
|
["babel-plugin-transform-builtin-extend", {
|
|
"globals": ["Error"]
|
|
}]
|
|
]
|
|
}
|