From 7541e513e5844d6b187756ac6c47d2157e567430 Mon Sep 17 00:00:00 2001 From: liaoxuezhi <2betop.cn@gmail.com> Date: Fri, 31 Jul 2020 22:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC=E5=85=81?= =?UTF-8?q?=E8=AE=B8=20umd=20global=20access?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fis-conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fis-conf.js b/fis-conf.js index d2d359ec..1c8faf5e 100644 --- a/fis-conf.js +++ b/fis-conf.js @@ -229,7 +229,8 @@ if (fis.project.currentMedia() === 'publish') { importHelpers: true, sourceMap: true, experimentalDecorators: true, - esModuleInterop: true + esModuleInterop: true, + allowUmdGlobalAccess: true }), function (contents) { return contents.replace(