diff --git a/build/rollup.config.js b/build/rollup.config.js
index bb6b425af419b3dec2b2f39ee5f415ba69ce2dce..9a5e13f393d9c4a949159e8cfa3157b5ac530ab9 100644
--- a/build/rollup.config.js
+++ b/build/rollup.config.js
@@ -11,42 +11,18 @@ const ESM = process.env.ESM === 'true'
 let fileDest = `bootstrap${ESM ? '.esm' : ''}`
 const external = ['popper.js']
 const plugins = [
-  babel(ESM ?
-    {
-      // Only transpile our source code
-      exclude: 'node_modules/**',
-      babelrc: false,
-      presets: [
-        [
-          '@babel/env',
-          {
-            loose: true,
-            modules: false,
-            targets: {
-              browsers: [
-                'Chrome >= 60',
-                'Safari >= 10.1',
-                'iOS >= 10.3',
-                'Firefox >= 54',
-                'Edge >= 15'
-              ]
-            }
-          }
-        ]
-      ]
-    } :
-    {
-    // Only transpile our source code
-      exclude: 'node_modules/**',
-      // Include only required helpers
-      externalHelpersWhitelist: [
-        'defineProperties',
-        'createClass',
-        'inheritsLoose',
-        'defineProperty',
-        'objectSpread'
-      ]
-    })
+  babel({
+  // Only transpile our source code
+    exclude: 'node_modules/**',
+    // Include only required helpers
+    externalHelpersWhitelist: [
+      'defineProperties',
+      'createClass',
+      'inheritsLoose',
+      'defineProperty',
+      'objectSpread'
+    ]
+  })
 ]
 const globals = {
   'popper.js': 'Popper'
diff --git a/package.json b/package.json
index 1fed4c6cd34cd87393206eb704cb26a01a91574b..c71001a6fdf88cd16a41414c2c11c51e01f5a5fd 100644
--- a/package.json
+++ b/package.json
@@ -197,11 +197,11 @@
     },
     {
       "path": "./dist/js/bootstrap.esm.js",
-      "maxSize": "27 kB"
+      "maxSize": "28 kB"
     },
     {
       "path": "./dist/js/bootstrap.esm.min.js",
-      "maxSize": "18 kB"
+      "maxSize": "19 kB"
     },
     {
       "path": "./dist/js/bootstrap.js",