https://github.com/twbs/bootstrap
Raw File
Tip revision: 8c14e7134e0bba3627ccd9bb883d42d902a9e5f4 authored by Patrick H. Lauke on 21 January 2023, 19:02:57 UTC
Merge branch 'main' into main-fod-simpler-table-structure
Tip revision: 8c14e71
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top