1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-16 10:14:03 +02:00

add @babel/preset-react dependency

This commit is contained in:
Kushagra Gour
2024-10-30 14:50:33 +05:30
parent e39f97e6bd
commit 0ca9f4713b
3 changed files with 281 additions and 171 deletions

View File

@@ -1,5 +1,6 @@
{
// "presets": ["preact-cli/babel"],
"presets": ["@babel/preset-react"],
"plugins": ["macros"],
"env": {
"test": {
"presets": [["preact-cli/babel", { "modules": "commonjs" }]]