Revision 58ac9a9a5cf6072188d8a928a6f3206ffb855219 authored by Mark Otto on 11 March 2022, 16:59:30 UTC, committed by Mark Otto on 11 March 2022, 17:46:03 UTC
1 parent e72a090
Raw File
.babelrc.js
module.exports = {
  presets: [
    [
      '@babel/preset-env',
      {
        loose: true,
        bugfixes: true,
        modules: false
      }
    ]
  ]
};
back to top