Browse Source

无JIRA 用core-js/stable替代已经废弃的@babel/polyfill

不然有些array.prototype.flat, includes等都用不了
research/test
zsmj 1 year ago
parent
commit
f271573c89
  1. 2
      webpack/attachments.js

2
webpack/attachments.js

@ -7,7 +7,7 @@ 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 = ["@babel/polyfill", "es6-promise/auto"];
const runtimePolyfill = ["core-js/stable"];
const basicAttachmentMap = {
polyfill: sync([

Loading…
Cancel
Save