|
|
@ -146,12 +146,12 @@ const fineuiWithoutNormalize = [].concat( |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
const fineui = [].concat( |
|
|
|
const fineui = [].concat( |
|
|
|
configJS, |
|
|
|
|
|
|
|
bundleCss, |
|
|
|
bundleCss, |
|
|
|
basicAttachmentMap.polyfill, |
|
|
|
basicAttachmentMap.polyfill, |
|
|
|
basicAttachmentMap.js_bundle, |
|
|
|
basicAttachmentMap.js_bundle, |
|
|
|
basicAttachmentMap.ui, |
|
|
|
basicAttachmentMap.ui, |
|
|
|
basicAttachmentMap.ts |
|
|
|
basicAttachmentMap.ts, |
|
|
|
|
|
|
|
configJS, |
|
|
|
); |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
const fineuiForWorker = [].concat( |
|
|
|
const fineuiForWorker = [].concat( |
|
|
|