2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove Polyfill leftovers (#32310)

Leftovers from #32057
This commit is contained in:
XhmikosR
2020-12-02 08:30:35 +02:00
committed by GitHub
parent bb369ca813
commit cfd00b5eeb
4 changed files with 1 additions and 114 deletions
+1 -1
View File
@@ -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'