Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544)
* 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
This commit is contained in:
+6
-1
@@ -18,7 +18,12 @@ export class TestInfoTab extends PureComponent<Props> {
|
||||
See github for more information about setting up a reproducable test environment.
|
||||
<br />
|
||||
<br />
|
||||
<a className="btn btn-inverse" href="https://github.com/grafana/grafana/tree/master/devenv" target="_blank">
|
||||
<a
|
||||
className="btn btn-inverse"
|
||||
href="https://github.com/grafana/grafana/tree/master/devenv"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>
|
||||
Github
|
||||
</a>
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user