]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
build-plugins: switch to "bundled" for babel helpers (#32312)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 7 Dec 2020 17:06:17 +0000 (19:06 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 17:06:17 +0000 (19:06 +0200)
build/build-plugins.js

index 78f76622a410cd4e629cdc923e6ff25566ec9461..ea74773902d999629f13055972403bab02eebbe7 100644 (file)
@@ -19,8 +19,8 @@ const plugins = [
   babel({
     // Only transpile our source code
     exclude: 'node_modules/**',
-    // Inline the required helpers in each file
-    babelHelpers: 'inline'
+    // Include the helpers in each file, at most one copy of each
+    babelHelpers: 'bundled'
   })
 ]
 const bsPlugins = {