Simply adding a file to the root of the chrome-mv3 folder for dev and production when running plasmo
schema.json file to the root (for development and production once distributed). Is there a straightforward way to achieve bundling the file and having it located in the root of the bundle?
- it must be in the root
- see above; so NOT in the assets folder...package.json's manifest 😰
`"web_accessible_resources": [
{
"resources": [...PostHog identification
Toast
error framework

Error in autogenerated prod index.js file

Plasmo with react and MUI
Sending messages to a content script in the "main" world
Possibility to customize path aliases?
Publishing to Multiple Markets using @PlasmoHQ/bpp github action
Build Failure | (reading 'message') | AssistantUI | React

Turborepo with Svelte and shadcn-svelte as a package

Remove "getInlineAnchor" zIndex style
z-index: 2147483647; from the plasmo-shadow-container div? Currently, my content is stick to the page, I don't want it to have z-index style.
Thanks in advance....Cannot resolve bits-ui when using Svelte with shadcn-svelte
bits-ui, I'm getting the following error:
Failed to resolve 'bits-ui' from './src/components/ui/scroll-area/scroll-area-scrollbar.svelte'
Has anyone encountered this before or knows how to solve this? Thanks!...useState is not working
how to use Svelte reactivity on CS?
CLI: `plasmo dev` is freezing & unresponsive
Anyone facing issue while installing shadcn?
getInlineAnchor being invoked repeatedly, even after CSUI is rendered
getInlineAnchor to be invoked repeatedly by the Plasmo framework, even after the anchor is found to exist and the CSUI renders? I have a very basic extension, where I just want to add a button next to the <body> element of the page.
I have the following snippet
```
export const getInlineAnchor: PlasmoGetInlineAnchor = async () => {...Environment vars with manifest override arrays
host permission section of my manifest override in my package.json:
```
"host_permissions": [
"http://localhost/*",...HMR becoming less and less reliable as project size grows