Browse Source

Merge pull request #163862 in DEC/fineui from master to feature/x

* commit 'd885da9ed4f659fd24efcf266dc14fad08a12e1d':
  chore: 打包问题
master
superman 2 years ago
parent
commit
5f67af2a1b
  1. 5
      webpack/attachments.js

5
webpack/attachments.js

@ -7,14 +7,13 @@ const workerCompact = './dist/fix/worker.compact.js';
const lodashJs = "src/core/1.lodash.js";
const jqueryJs = "src/core/platform/web/jquery/_jquery.js";
const runtimePolyfill = sync(["@babel/polyfill", "es6-promise/auto"]);
const runtimePolyfill = ["@babel/polyfill", "es6-promise/auto"];
const basicAttachmentMap = {
polyfill: sync([
"src/core/0.foundation.js",
"src/polyfill/**/*.js",
...runtimePolyfill,
]),
]).concat(runtimePolyfill),
core: sync([
"src/less/core/**/*.less",
"src/less/theme/**/*.less",

Loading…
Cancel
Save