Browse Source

Pull request #2374: BI-99241 fix: proxy pollyfill

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '153ea69c8dc5efb3a56a441cf4caf56f52d949a0':
  BI-99241 fix: proxy pollyfill
es6
windy 3 years ago
parent
commit
06ac4cc521
  1. 1
      webpack/attachments.js

1
webpack/attachments.js

@ -148,6 +148,7 @@ const fineuiModern = [].concat(
);
const fineuiProxy = [].concat(
basicAttachmentMap.polyfill,
basicAttachmentMap.core,
basicAttachmentMap.fixProxy,
basicAttachmentMap.base,

Loading…
Cancel
Save