1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 22:24:00 +01:00
php-web-maker/.babelrc
2018-11-03 12:42:21 +05:30

9 lines
131 B
Plaintext

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