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