https://github.com/twbs/bootstrap
Raw File
Tip revision: 358486553a7d7580574b1dc619ff74c2b5453d04 authored by GeoSot on 17 April 2022, 22:26:33 UTC
Checkpoint
Tip revision: 3584865
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top