papa-bu
PD🧩 Plasmo Developers
•Created by papa-bu on 5/18/2024 in #🔰newbie
want to avoid duplicate wasm files during the build process.
loading wasm in both the background and content script. When build in this state, the same wasm gets duplicated. How can we use the same wasm in both the background and content script without duplication?
1 replies
PD🧩 Plasmo Developers
•Created by papa-bu on 11/22/2023 in #👟framework
I would like to create a Welcome page within my extension
I would like to create a Welcome page within my extension. According to the following URL, it's stated that when creating a new extension page, it needs to be manually updated.
https://docs.plasmo.com/framework/ext-pages
Heads up! Make sure to refresh your extension manually when creating a new browser extension page as our runtime might not be listening and might not update in certain cases.
For instance, if I create src/Welcome.tsx, how can I ensure that the Welcome page gets built?
4 replies