ソースを参照

fixed parsing of imported templates

Gildas 6 年 前
コミット
70f122a159
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/single-file/single-file-core.js

+ 1 - 0
lib/single-file/single-file-core.js

@@ -942,6 +942,7 @@ this.singlefile.lib.core = this.singlefile.lib.core || (() => {
 				options.insertFaviconLink = false;
 				options.doc = null;
 				options.win = null;
+				options.content = null;
 				options.url = resourceURL;
 				if (!Util.testIgnoredPath(resourceURL) && Util.testValidPath(resourceURL)) {
 					const processor = new Runner(options);