1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-03 17:07:58 +02:00

Replaced with .babelrc from preactjs template (which I missed)

https://github.com/preactjs-templates/default/blob/master/template/src/.babelrc
This commit is contained in:
Kushagra Gour 2018-06-28 02:21:15 +05:30 committed by GitHub
parent e173e5a975
commit fa543e22f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,5 @@
{
"presets": [
"react",
"env"
],
"plugins": [
["transform-react-jsx", {
"pragma": "h"
}]
]
}
"presets": [
["preact-cli/babel", { "modules": "commonjs" }]
]
}