Bart ⚡
Bart ⚡
Explore posts from servers
PD🧩 Plasmo Developers
Created by Bart ⚡ on 11/4/2024 in #👟framework
How can I change tab title?
I'm still getting undefined as document.title in rendered html 😕
2 replies
PD🧩 Plasmo Developers
Created by Bart ⚡ on 10/24/2024 in #👾extension
Vite?
Is there any chance to use Plasmo with Vite?
2 replies
PD🧩 Plasmo Developers
Created by Bart ⚡ on 9/18/2024 in #👟framework
Possibility to customize path aliases?
I want to have all my extension related pages in one directory (e.g. /app). Is it possible? I tried the solution below, but it's not working: tsconfig.json
"paths": {
"~popup": ["./src/app/popup/"],
"~*": ["./src/*"]
},
"paths": {
"~popup": ["./src/app/popup/"],
"~*": ["./src/*"]
},
3 replies
PD🧩 Plasmo Developers
Created by Bart ⚡ on 8/17/2024 in #🔰newbie
How to submit through Github Actions?
No description
2 replies