https://github.com/twbs/bootstrap
Raw File
Tip revision: a36ea00df413e9b98fa9accacc3fe81f71dd599c authored by Julien Déramond on 19 February 2023, 15:14:24 UTC
Docs: Astro prototype
Tip revision: a36ea00
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top