1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Properly dedupe svelte to allow context sharing

This commit is contained in:
Andrew Kingston 2021-04-01 19:41:54 +01:00
parent 7fc31a1001
commit 6b706cd438

View file

@ -42,6 +42,7 @@ export default {
resolve({
preferBuiltins: true,
browser: true,
dedupe: ["svelte", "svelte/internal"],
}),
svg(),
json(),