UNPKG

149 BJavaScriptView Raw
1const defaultPolyfills = {
2 fetch: true,
3 abortController: true,
4 coreJs: true,
5 webcomponents: true,
6};
7
8module.exports = { defaultPolyfills };