Update @vitejs/plugin-react to 0.6.2

This commit is contained in:
Johannes Marbach
2026-06-15 13:59:54 +02:00
parent 6c105e971e
commit df7451c2cf
3 changed files with 16 additions and 1320 deletions

View File

@@ -1,20 +0,0 @@
module.exports = {
presets: [
[
"@babel/preset-env",
{
targets: {
node: "current",
},
},
],
[
"@babel/preset-react",
{
runtime: "automatic",
},
],
"@babel/preset-typescript",
],
plugins: ["babel-plugin-transform-vite-meta-env"],
};