antony / sveltekit-adapter-browser-extension

Build browser extensions with Svelte (early prototype)
161 stars 19 forks source link

Errors with inline script #15

Closed fev4 closed 1 year ago

fev4 commented 2 years ago

Hi

I'm just getting started with the topic of developing chrome extensions and found this to be a cool adapter to do this with.

Currently, I'm facing this error: image

I'm guessing this line right here should have unsafe-inline, but I'm not totally sure.

For context I'm using the example app.

Or maybe I should be doing something in the adapter config?