Properly dedupe svelte to allow context sharing
This commit is contained in:
parent
7fc31a1001
commit
6b706cd438
|
@ -42,6 +42,7 @@ export default {
|
|||
resolve({
|
||||
preferBuiltins: true,
|
||||
browser: true,
|
||||
dedupe: ["svelte", "svelte/internal"],
|
||||
}),
|
||||
svg(),
|
||||
json(),
|
||||
|
|
Loading…
Reference in New Issue