https://github.com/twbs/bootstrap
Revision 40ee27afe5f20d8b86a6f552901a560020c8d209 authored by XhmikosR on 22 March 2024, 15:40:09 UTC, committed by GitHub on 22 March 2024, 15:40:09 UTC
1 parent 8dec2c0
Raw File
Tip revision: 40ee27afe5f20d8b86a6f552901a560020c8d209 authored by XhmikosR on 22 March 2024, 15:40:09 UTC
Update main.html
Tip revision: 40ee27a
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top