https://github.com/twbs/bootstrap
Revision cebb8436c7f771424ae9978484379608b250d258 authored by XhmikosR on 04 January 2022, 07:40:53 UTC, committed by GitHub on 04 January 2022, 07:40:53 UTC
1 parent 0b57c44
Raw File
Tip revision: cebb8436c7f771424ae9978484379608b250d258 authored by XhmikosR on 04 January 2022, 07:40:53 UTC
Update nuget/bootstrap.png (#35641)
Tip revision: cebb843
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top