Skip to content

Commit

Permalink
xlsxworker use dist shim [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Sep 11, 2021
1 parent d960b0a commit 5a3e5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xlsxworker.flow.js
@@ -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');
Expand Down
2 changes: 1 addition & 1 deletion xlsxworker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a3e5d9

Please sign in to comment.