Browse Source

Properly dedupe svelte to allow context sharing

pull/1361/head
Andrew Kingston 6 years ago
parent
commit
41fb64aa04
  1. 1
      packages/client/rollup.config.js

1
packages/client/rollup.config.js

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

Loading…
Cancel
Save