1 // The Extension build handles transpiling & bundling with Webpack
2 // and leverages Babel with its own configuration. This configuration
3 // is only consumed by babel-jest for tests at the moment.
5 const presetEnvOpts = {
13 ['@babel/preset-env', presetEnvOpts],
14 '@babel/preset-typescript',
15 ['@babel/preset-react', { development: true, runtime: 'automatic' }],