summaryrefslogtreecommitdiff
path: root/3bg/babel.config.js
blob: ae49d8607109ffab50c35a0448e03f4b614c1a75 (plain)
1
2
3
4
5
6
7
module.exports = {
  presets: [
    [ '@babel/env', {
      useBuiltIns: 'usage'
    }]
  ]
}