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/rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/rollup.config.js') diff --git a/build/rollup.config.js b/build/rollup.config.js index 1ee674552..05579d165 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