Skip to content

Commit 630b976

Browse files
committed
adjust building
1 parent 8e12e37 commit 630b976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import ascii from 'rollup-plugin-ascii';
66
import ignore from 'rollup-plugin-ignore';
77
import meta from '../package.json' assert {type: 'json'};
88

9-
const ignore_modules = ['fs', 'zlib', 'gl', './base/lzma.mjs', './base/zstd.mjs', 'jspdf', 'svg2pdf.js', '../../scripts/jspdf.es.min.js'];
9+
const ignore_modules = ['fs', 'zlib', 'gl', './base/lzma.mjs', './base/zstd.mjs', '../../scripts/jspdf.es.min.js', '../../scripts/svg2pdf.es.min.js'];
1010

1111
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));`;
1212

0 commit comments

Comments
 (0)