Skip to content

Commit 7202494

Browse files
committed
switch to trace viewer's lean_config, instead of including ALL importers.
1 parent e0e1052 commit 7202494

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

lighthouse-core/scripts/traceviewer-module-index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link rel="import" href="/tracing/importer/import.html">
99
tr.isHeadless = true;
1010
<link rel="import" href="/tracing/model/model.html">
11-
<link rel="import" href="/tracing/extras/full_config.html">
12-
11+
<link rel="import" href="/tracing/extras/lean_config.html">
1312

1413
<link rel="import" href="/tracing/metrics/all_metrics.html">

lighthouse-core/third_party/traceviewer-js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ found in the LICENSE file.
66

77
require("./importer/import.js");
88
require("./model/model.js");
9-
require("./extras/full_config.js");
9+
require("./extras/lean_config.js");
1010
require("./metrics/all_metrics.js");

0 commit comments

Comments
 (0)