https://github.com/twbs/bootstrap
Raw File
Tip revision: 04ab8ba426582abc2ab5724ef624f4d8bc6dd726 authored by GeoSot on 11 May 2022, 09:36:05 UTC
feat(config.js): provide a `setConfig` method for all js components
Tip revision: 04ab8ba
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top