File "babel.config.js"

Full Path: /home/warrior1/public_html/plugins/jetpack/jetpack_vendor/automattic/jetpack-my-jetpack/babel.config.js
File size: 195 bytes
MIME-type: text/plain
Charset: utf-8

const config = {
	presets: [
		[
			'@automattic/jetpack-webpack-config/babel/preset',
			{ pluginReplaceTextdomain: { textdomain: 'jetpack-my-jetpack' } },
		],
	],
};

module.exports = config;