File size: 368 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
const path = require( 'path' );
const babelConfig = require( '@automattic/calypso-babel-config' );

// We implicitly use browserslist configuration in package.json for build targets.

module.exports = babelConfig( {
	isBrowser: process.env.BROWSERSLIST_ENV !== 'server',
	outputPOT: path.join( __dirname, 'build/i18n-calypso/' ),
	importSource: '@emotion/react',
} );