https://github.com/twbs/bootstrap
Raw File
Tip revision: 1f0545bc938734ce918ba3b3ad42fb3622a103bf authored by GeoSot on 16 February 2022, 21:04:55 UTC
tweak bundlewatch.config
Tip revision: 1f0545b
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top