1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-11 15:54:03 +02:00
Files
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" }]]
}
}
}