1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-19 20:55:55 +01:00
php-web-maker/.babelrc
2019-07-16 21:52:38 +05:30

9 lines
134 B
Plaintext

{
// "presets": ["preact-cli/babel"],
"env": {
"test": {
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]
}
}
}