How to customize parcel config?
react-native-reanimated. This library has some components that are also supported for the web, and they write 2 files, for example a measure component will have measure.tsx and measure.web.tsx file. When I use this library in a nextJS project, it bundles the correct file for web, which is measure.web.tsx, however with plasmo, it seems like it only bundles the files with extensions .ts or .js etc..., and skips the equivalent .web.* file.
How do I make parcel make the files that end in .web.* take precendence over .js|ts(x) files?...Tab page injecting CSS into website's runtime
tabs/signin.tsx
```...MUI styles with PlasmoGetInlineAnchorList
how do you get a privacy policy when uploading to chrome web store?
No styling for options.tsx
Shadcn dosnt seem to work in content script ui
support for multiple assets
Supabase url and anon key exposed
What are the best ways to deal with supabase auth without exposing the url and key? Am I missing something?...
Firefox dev server manifest warnings

import url no longer working
Parallel dev servers
plasmo dev --verbose and plasmo dev --verbose --target=firefox-mv3, but when I run the latter I get
```
🔵 INFO | Starting the extension development server...
🟡 1 | Starting dev server on localhost:52111, HMR on localhost:52112...
🟡 2 | Creating Manifest Factory......How to sendToBackground from main world
button click inside CSUI closes the CSUI
anyone got any good example of CSUI lifecycle?
Rendering issue on single page application (SPA) like youtube
useStorage makes extension window tiny.
Uncaught ReferenceError: Cannot access 'fromCurrentPageConfig' before initialization
Uncaught ReferenceError: Cannot access 'fromCurrentPageConfig' before initialization
fromCurrentPageConfig is an object I have in my code. Looking at the compiled popup.7d3dc21e.js file, I see this:
...How to listen to a Port's disconnect event?
background/ports/foo.ts, and I'd like to listen to onConnect/onDisconnect events (I want to know when the user has closed a certain tab). Is there a standard way to do this with plasmo?Options and popup extension pages both working?
Pin Side Panel like google search
