https://github.com/twbs/bootstrap
Raw File
Tip revision: 890d35096bd44064c083eaefecb30cffe8b531fc authored by Patrick H. Lauke on 06 March 2023, 08:10:16 UTC
Merge branch 'main' into main-lmp-tab-fix
Tip revision: 890d350
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top