From 5a3e5d91c1bf1aff548deca292be2c95a304cb11 Mon Sep 17 00:00:00 2001 From: Bryan Ollendyke Date: Sat, 11 Sep 2021 01:06:44 -0400 Subject: [PATCH] xlsxworker use dist shim [ci skip] --- xlsxworker.flow.js | 2 +- xlsxworker.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xlsxworker.flow.js b/xlsxworker.flow.js index 9fb5fe3..da5121c 100644 --- a/xlsxworker.flow.js +++ b/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'); diff --git a/xlsxworker.js b/xlsxworker.js index 26e9e70..9eddbe2 100644 --- a/xlsxworker.js +++ b/xlsxworker.js @@ -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');