biofriction-wp-theme/node_modules/bs-recipes/recipes/webpack.preact-hot-loader/.babelrc

9 lines
139 B
Plaintext

{
"presets": [
"es2015"
],
"plugins": [
["transform-decorators-legacy"],
["transform-react-jsx", { "pragma": "h" }]
]
}