Skip to content

Commit

Permalink
Remove Polyfill leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 2, 2020
1 parent bb369ca commit e01d74d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 114 deletions.
1 change: 0 additions & 1 deletion build/build-plugins.js
Expand Up @@ -59,7 +59,6 @@ const getConfigByPluginKey = pluginKey => {
pluginKey === 'Data' ||
pluginKey === 'Manipulator' ||
pluginKey === 'EventHandler' ||
pluginKey === 'Polyfill' ||
pluginKey === 'SelectorEngine' ||
pluginKey === 'Util' ||
pluginKey === 'Sanitizer'
Expand Down
2 changes: 1 addition & 1 deletion build/rollup.config.js
Expand Up @@ -12,7 +12,7 @@ let fileDest = `bootstrap${ESM ? '.esm' : ''}`
const external = ['popper.js']
const plugins = [
babel({
// Only transpile our source code
// Only transpile our source code
exclude: 'node_modules/**',
// Include the helpers in the bundle, at most one copy of each
babelHelpers: 'bundled'
Expand Down
111 changes: 0 additions & 111 deletions js/dist/dom/polyfill.js

This file was deleted.

1 change: 0 additions & 1 deletion js/dist/dom/polyfill.js.map

This file was deleted.

0 comments on commit e01d74d

Please sign in to comment.