https://github.com/twbs/bootstrap
Raw File
Tip revision: 320d05cb6b7adeec3d68c93169d30ee29b76659d authored by Patrick H. Lauke on 21 January 2023, 18:52:05 UTC
Merge branch 'main' into patrickhlauke-use-of-color-tweaks
Tip revision: 320d05c
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top