From 895d4c51824f8e14b18dc11b2f12316a60a41646 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 31 Jan 2021 18:34:17 +0100 Subject: [PATCH] avoid direct references to node_modules Rollup will infer the correct directory for external resources. --- src/App.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 839c135..7188333 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,7 +1,7 @@