Skip to content
Snippets Groups Projects
babel.config.js 195 B
Newer Older
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',
  ],
}