File "babel.config.js"

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

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

module.exports = config;