mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
7985aa1e57
* Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements - Introduces dynamic imports for built-in plugins - Uses dynamic imports for various packages (rst2html, brace) - Introduces route-based dynamic imports - Splits angular and moment into separate bundles
15 lines
210 B
Plaintext
15 lines
210 B
Plaintext
{
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"browsers": "last 3 versions"
|
|
},
|
|
"useBuiltIns": "entry",
|
|
"modules": "false",
|
|
}
|
|
]
|
|
]
|
|
}
|