How does one access generated files using crxjs? #957
Unanswered
ch0c0l8ra1n
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a chrome extension that injects a react component into a website. Before injecting the react component, I create a shadow dom and inject a web accessible css file. That css, right now, is generated by vite and rollup.
Vite/rollup places the generated css file at ./build/assets/main.css
Crxjs won't let me use anything in the build directory in my manifest file. Does anyone have a solution?
Beta Was this translation helpful? Give feedback.
All reactions