Browse Source

Pull request #3498: KERNEL-14316 fix:打包调整

Merge in VISUAL/fineui from ~TREECAT/fineui:es6 to es6

* commit '2535e633bce9f9971173ad7942f91c63dd949d9f':
  KERNEL-14316 fix:打包调整
  KERNEL-14316 fix:打包调整
es6
treecat-罗群 1 year ago
parent
commit
f66f4e1de4
  1. 2
      packages/demo/package.json
  2. 4
      packages/fineui/webpack/attachments.js

2
packages/demo/package.json

@ -11,6 +11,6 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@fui/core": "workspace:^2.0.20230208163847" "@fui/core": "workspace:*"
} }
} }

4
packages/fineui/webpack/attachments.js

@ -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(

Loading…
Cancel
Save