发布版本允许 umd global access
This commit is contained in:
parent
f8b9e7ab75
commit
7541e513e5
|
@ -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(
|
||||||
|
|
Loading…
Reference in New Issue