{
	"presets": [ "@wordpress/default" ],
	"plugins": [
		[
			"@wordpress/babel-plugin-import-jsx-pragma",
			{
				"scopeVariable": "createElement",
				"scopeVariableFrag": "Fragment",
				"source": "react",
				"isDefault": false
			}
		],
		[
			"@babel/plugin-transform-react-jsx",
			{
				"pragma": "createElement",
				"pragmaFrag": "Fragment"
			}
		],
		"@babel/plugin-proposal-class-properties",
		"@babel/plugin-syntax-dynamic-import",
		"@babel/plugin-proposal-export-default-from",
		"@babel/plugin-proposal-throw-expressions",
		"@emotion"
	]
}
