1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 01:54:54 +02:00

Remove preset because it overrides all other things causing faltu transpilations

This commit is contained in:
Kushagra Gour 2018-11-05 14:41:12 +05:30
parent 418899ec51
commit 66e371bc59

View File

@ -1,5 +1,4 @@
{
"presets": ["preact-cli/babel"],
"env": {
"test": {
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]