-
-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
Description
I'm trying to set up a project to use vega within sveltekit for a blog. I'm getting errors of module is not defined
when I try to import from svelte-vega
; I'm fairly confident this has something to do with the rollup JSON plugin, since I can't install that in the context of sveltekit. However, I am able to import json files as modules without a problem in my own code, so I'm a little surprised that's an issue.
Why is that rollup plugin necessary? I'd like to help contribute here if I can, getting more involved with vega is something I've been excited about for a while, but I'm not sure I have all the context necessary to jump in.