I tweaked the template #29
kauderk
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/kauderk/svelte-crx
Changes:
Pages for "content", "devtools", and "newtab"
kauderk/svelte-crx@af9e359
support for transitional pages
People might need extra html pages
https://learn.microsoft.com/en-us/microsoft-edge/extensions-chromium/developer-guide/devtools-extension#:~:text=The%20extension%20creates%20a%20Sample%20Panel%20tab%20in%20the%20DevTools%20window%3A
Question
Why are the HTML files outside the "src" folder? Why not have them inside, like this?
Help
Currently, my content script is mounting inside a shadow element. For that reason, all my Svelte components are being built with the "emitCss: false" flag. Is it possible to intercept certain files in the build process?
content
Beta Was this translation helpful? Give feedback.
All reactions