Open Source Adventures: Episode 53: Setting up JSON imports for a Svelte project
In previous episode I created data export for BATTLETECH weapons data. Before I get to writing the app, I need to import the data.
package.json
First, we need to get through some rollup hell, as by default importing JSON does not work.
First we need ...
taw.hashnode.dev2 min read