|
|
@@ -29,6 +29,7 @@ singlefile.scriptLoader = (() => {
|
|
|
"/lib/single-file/vendor/html-srcset-parser.js",
|
|
|
"/lib/single-file/doc-helper.js",
|
|
|
"/lib/fetch/content/fetch.js",
|
|
|
+ "/lib/lazy/content-lazy-loader.js",
|
|
|
"/lib/single-file/single-file-core.js",
|
|
|
"/lib/single-file/single-file-browser.js",
|
|
|
"/extension/index.js",
|
|
|
@@ -43,6 +44,7 @@ singlefile.scriptLoader = (() => {
|
|
|
"/lib/single-file/doc-helper.js",
|
|
|
"/lib/single-file/util/timeout.js",
|
|
|
"/lib/fetch/content/fetch.js",
|
|
|
+ "/lib/lazy/content-lazy-loader.js",
|
|
|
"/lib/single-file/frame-tree.js",
|
|
|
"/extension/core/content/content-frame.js"
|
|
|
];
|
|
|
@@ -70,9 +72,6 @@ singlefile.scriptLoader = (() => {
|
|
|
"/lib/single-file/css-matched-rules.js",
|
|
|
"/lib/single-file/css-rules-minifier.js",
|
|
|
"/lib/single-file/css-fonts-minifier.js"
|
|
|
- ],
|
|
|
- lazyLoadImages: [
|
|
|
- "/lib/lazy/content-lazy-loader.js"
|
|
|
]
|
|
|
};
|
|
|
|