From cfd00b5eeb7b7440afb3f115a66ea3c58e2e2d5d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 2 Dec 2020 08:30:35 +0200 Subject: Remove Polyfill leftovers (#32310) Leftovers from #32057 --- build/build-plugins.js | 1 - build/rollup.config.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'build') diff --git a/build/build-plugins.js b/build/build-plugins.js index 1f44a3b856..7deda49b12 100644 --- a/build/build-plugins.js +++ b/build/build-plugins.js @@ -59,7 +59,6 @@ const getConfigByPluginKey = pluginKey => { pluginKey === 'Data' || pluginKey === 'Manipulator' || pluginKey === 'EventHandler' || - pluginKey === 'Polyfill' || pluginKey === 'SelectorEngine' || pluginKey === 'Util' || pluginKey === 'Sanitizer' diff --git a/build/rollup.config.js b/build/rollup.config.js index 1ee6745523..05579d165a 100644 --- a/build/rollup.config.js +++ b/build/rollup.config.js @@ -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' -- cgit v1.2.3