work.suroh.tk/node_modules/bs-recipes/recipes/webpack.preact-hot-loader/.babelrc

9 lines
139 B
Plaintext
Raw Normal View History

2019-12-02 12:22:45 +00:00
{
"presets": [
"es2015"
],
"plugins": [
["transform-decorators-legacy"],
["transform-react-jsx", { "pragma": "h" }]
]
}