upgrade vite
This commit is contained in:
parent
cf6a253972
commit
1b86089e5d
|
|
@ -59,9 +59,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<folk-shape x="100" y="100" width="50" height="50">
|
||||
<h2>Lorem ipsum</h2>
|
||||
</folk-shape>
|
||||
<folk-shape x="100" y="100" width="50" height="50"></folk-shape>
|
||||
<folk-shape x="100" y="200" width="50" height="50"></folk-shape>
|
||||
<folk-shape x="100" y="300" width="50" height="50"></folk-shape>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,6 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7.2",
|
||||
"vite": "^5.4.10"
|
||||
"vite": "^6.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ const input: Record<string, string> = files.reduce((acc, file) => {
|
|||
acc[file.replace('.html', '')] = resolve(demoDir, file);
|
||||
return acc;
|
||||
}, {} as Record<string, string>);
|
||||
console.log(input);
|
||||
|
||||
const linkGenerator = (): Plugin => {
|
||||
return {
|
||||
name: 'link-generator',
|
||||
|
|
|
|||
Loading…
Reference in New Issue