1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 06:08:36 +01:00

Remove preact-compat

This commit is contained in:
Kamran Ahmed 2023-06-14 20:42:32 +01:00
parent 8fb778337d
commit 0031a9c6ba

View File

@ -75,8 +75,6 @@ export default defineConfig({
css: false,
js: false,
}),
preact({
compat: true,
}),
preact(),
],
});