Using raw html for CSUI components
`Firefox can’t establish a connection to the server at wss://localhost:1815/.`
Example of extending Plasmo to use another library?
Svelte CSUI behaving unexpectedly
<script lang="ts">
and <script lang="ts" context="module">
Suppose I have
```html
<script lang="ts">
let lastTitle = document.title;...Failed to resolve '...' from '...'
react-markdown
package with Plasmo
https://github.com/PlasmoHQ/plasmo/issues/774#issuecomment-1837268430...plasmo with shadcn ui components, style of shadcn ui component not work in content script ui

Can I build just the content script, without any additional assets/html etc?
Sharing import scheme or at least ignore them with NEXTjs
data-url:~assets/my-asset.png
don't work inside nextjs, how to configurate the nextjs config so thoses imports works correctly ? Its says in the docs that both are using swc under the hood right ?refreshUncaught SyntaxError: Unexpected identifier 'HMR'

I would like to create a Welcome page within my extension
Can I use only the CSUI Injection code from the plasmo repo?
Specify different icon path
plasmo
Any idea how to inject a MUI createTheme into CSUI?
Error processing content_security_policy.extension_pages: ‘script-src’
Reading manifest: Error processing content_security_policy.extension_pages: ‘script-src’ directive contains a forbidden http: protocol source
This is the code of the line that is calling the API. The PLASMO_PUBLIC_BASE_PATH
is "http://localhost:8080"
const myApi = new Api(new Configuration({ basePath: process.env.PLASMO_PUBLIC_BASE_PATH, apiKey: process.env.PLASMO_PUBLIC_CLIENT_API_KEY }))
...Injecting Content Script UI on Extension Click (and disabling popup)
Does Plasmo support Vue HMR for Content scripts?
Tilde Import for `.mjs`
.ts
to .mjs
and I noticed that it's now unable to be imported via ~config/env.mjs
(located in /src/config/env.mjs
). It used to work when it was a .ts file. I think it's due to this: https://docs.plasmo.com/framework/import#tilde- Any reason .js
and .mjs
aren't a part of this?How to make tab pages with vue?