Skip to content
Snippets Groups Projects
babel.config.js 165 B
Newer Older
  • Learn to ignore specific revisions
  • Bastien DUMONT's avatar
    Bastien DUMONT committed
    module.exports = {
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
      presets: ['@babel/typescript', 'cozy-app'],
      plugins: [
        '@babel/transform-runtime',
        '@babel/plugin-transform-modules-commonjs',
      ],
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    }