shaoml / sveltekit-crxjs-boilerplate

A boilerplate of chrome extension built on sveltekit prerender pages.
MIT License
11 stars 2 forks source link

How to use in dev mode? #1

Open caticodev opened 1 year ago

caticodev commented 1 year ago

When running npm dev and then loading the extension from the dist folder doesn't work - the svelte files are not being complied. Any solution for that?

ugurkellecioglu commented 11 months ago

Hey I'm having the same issue! @caticodev did you find any solution yet?

Thanks for the awesome library @shaoml do you think you'll have a time to check this issue?

I guess my issue is a little bit different: the code seems compiled but when I open the popup, I see codes as plain text:

image