forked from sheetjs/sheetjs
xlsxworker use dist shim [ci skip]
This commit is contained in:
parent
d960b0adb7
commit
5a3e5d91c1
@ -1,7 +1,7 @@
|
||||
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||||
/*:: declare var XLSX: XLSXModule; */
|
||||
/*:: declare var self: DedicatedWorkerGlobalScope; */
|
||||
importScripts('shim.js');
|
||||
importScripts('dist/shim.js');
|
||||
/* uncomment the next line for encoding support */
|
||||
importScripts('dist/cpexcel.js');
|
||||
importScripts('jszip.js');
|
||||
|
2
xlsxworker.js
generated
2
xlsxworker.js
generated
@ -1,5 +1,5 @@
|
||||
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
|
||||
importScripts('shim.js');
|
||||
importScripts('dist/shim.js');
|
||||
/* uncomment the next line for encoding support */
|
||||
importScripts('dist/cpexcel.js');
|
||||
importScripts('jszip.js');
|
||||
|
Loading…
Reference in New Issue
Block a user