We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e12e37 commit 630b976Copy full SHA for 630b976
build/rollup.config.js
@@ -6,7 +6,7 @@ import ascii from 'rollup-plugin-ascii';
6
import ignore from 'rollup-plugin-ignore';
7
import meta from '../package.json' assert {type: 'json'};
8
9
-const ignore_modules = ['fs', 'zlib', 'gl', './base/lzma.mjs', './base/zstd.mjs', 'jspdf', 'svg2pdf.js', '../../scripts/jspdf.es.min.js'];
+const ignore_modules = ['fs', 'zlib', 'gl', './base/lzma.mjs', './base/zstd.mjs', '../../scripts/jspdf.es.min.js', '../../scripts/svg2pdf.es.min.js'];
10
11
const importMetaUrlPolyfill = `(typeof document === 'undefined' && typeof location === 'undefined' ? undefined : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('jsroot.js', document.baseURI).href));`;
12
0 commit comments