Opal-Estate-Pro/node_modules/bs-recipes/recipes/webpack.preact-hot-loader/.babelrc

9 lines
139 B
Plaintext
Raw Normal View History

2019-09-13 06:27:52 +02:00
{
"presets": [
"es2015"
],
"plugins": [
["transform-decorators-legacy"],
["transform-react-jsx", { "pragma": "h" }]
]
}