https://github.com/twbs/bootstrap
Revision fc7c5fcb7a5c6b9a27fd10398f6a4c52bf1c2a38 authored by GeoSot on 16 December 2021, 11:25:23 UTC, committed by XhmikosR on 01 February 2022, 10:43:19 UTC
1 parent 3f7b31e
Raw File
Tip revision: fc7c5fcb7a5c6b9a27fd10398f6a4c52bf1c2a38 authored by GeoSot on 16 December 2021, 11:25:23 UTC
Event-handler: initialize variable properly
Tip revision: fc7c5fc
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top