• XhmikosR's avatar
    Update Babel config (#31011) · ad8d3a6c
    XhmikosR authored
    * remove plugin-proposal-object-rest-spread
    * add bugfixes
    * `exclude: ['transform-typeof-symbol']` did nothing with our config
    ad8d3a6c
.babelrc.js 224 bytes
module.exports = {
  presets: [
      '@babel/preset-env',
        loose: true,
        bugfixes: true,
        modules: false
  env: {
    test: {
      plugins: [ 'istanbul' ]