diff options
| author | XhmikosR <[email protected]> | 2020-12-02 08:30:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-02 08:30:35 +0200 |
| commit | cfd00b5eeb7b7440afb3f115a66ea3c58e2e2d5d (patch) | |
| tree | f284b224add26a16b278d443205b19fec56cf936 /build/rollup.config.js | |
| parent | bb369ca81351404f2e377168945198c467b8cf28 (diff) | |
| download | bootstrap-cfd00b5eeb7b7440afb3f115a66ea3c58e2e2d5d.tar.xz bootstrap-cfd00b5eeb7b7440afb3f115a66ea3c58e2e2d5d.zip | |
Remove Polyfill leftovers (#32310)
Leftovers from #32057
Diffstat (limited to 'build/rollup.config.js')
| -rw-r--r-- | build/rollup.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
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' |
