You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this project and have been using it for tiny extensions that I build.
One puzzle I've had and have failed to solve successfully, is figuring out how to tweak the vite configs to create bundles that are then marked as web_accessible_resources. A near-identical use-case is when I want to load different entrypoints into different websites.
Currently, I have created several copies of vite.config.content.ts but it doesn't scale very well 🙁. I am hoping there is a far more elegant approach that I'm just not aware of.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I love this project and have been using it for tiny extensions that I build.
One puzzle I've had and have failed to solve successfully, is figuring out how to tweak the vite configs to create bundles that are then marked as
web_accessible_resources
. A near-identical use-case is when I want to load different entrypoints into different websites.Currently, I have created several copies of vite.config.content.ts but it doesn't scale very well 🙁. I am hoping there is a far more elegant approach that I'm just not aware of.
Beta Was this translation helpful? Give feedback.
All reactions