https://github.com/twbs/bootstrap
Raw File
Tip revision: e2cffa85be43ad5ab78cf270b1ab84b5e003a487 authored by XhmikosR on 20 March 2024, 07:02:16 UTC
Merge branch 'main' into xmr/docs-render-img
Tip revision: e2cffa8
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top