Files
dogs/node_modules/bs-recipes/recipes/webpack.preact-hot-loader/.babelrc
ChloeChen0423 7c63f2f07b 前端代码
2025-05-12 16:42:36 +09:00

9 lines
139 B
Plaintext

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