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