summaryrefslogtreecommitdiff
blob: 0773ed0decc6e47eb5efabcbaf4ae4732c23ce31 (plain)
1
2
3
4
5
6
7
8
9
10
const config = {
	presets: [
		[
			'@automattic/jetpack-webpack-config/babel/preset',
			{ pluginReplaceTextdomain: { textdomain: 'jetpack-connection-ui' } },
		],
	],
};

module.exports = config;