发布版本允许 umd global access

This commit is contained in:
liaoxuezhi 2020-07-31 22:12:09 +08:00
parent f8b9e7ab75
commit 7541e513e5
1 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,8 @@ if (fis.project.currentMedia() === 'publish') {
importHelpers: true, importHelpers: true,
sourceMap: true, sourceMap: true,
experimentalDecorators: true, experimentalDecorators: true,
esModuleInterop: true esModuleInterop: true,
allowUmdGlobalAccess: true
}), }),
function (contents) { function (contents) {
return contents.replace( return contents.replace(