diff --git a/gulpfile.js b/gulpfile.js index 3e39621..cd5c358 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -173,7 +173,9 @@ async function core() { file: 'dist/luckysheet.umd.js', format: 'umd', name: 'luckysheet', - sourcemap: true + sourcemap: true, + inlineDynamicImports:true, + }); if(production){ diff --git a/src/controllers/constant.js b/src/controllers/constant.js index baf0077..1cf7187 100644 --- a/src/controllers/constant.js +++ b/src/controllers/constant.js @@ -230,9 +230,9 @@ const gridHTML = function(){