diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/polyfillList.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/polyfillList.js b/.config/polyfillList.js index fc7df3d..34ef4b6 100644 --- a/.config/polyfillList.js +++ b/.config/polyfillList.js @@ -7,3 +7,5 @@ import 'core-js/modules/es6.string.includes' import 'core-js/modules/es6.array.iterator' import 'core-js/modules/es7.object.entries' import 'core-js/modules/es6.object.assign' +import CustomEventPolyfill from '@target/custom-event-polyfill' +CustomEventPolyfill() |