lab
Explore posts from serversPD🧩 Plasmo Developers
•Created by Wellington Capoia on 8/14/2023 in #👟framework
How to use a component library on Contents?
this requires your module to be bundled, so I'd try experimenting with some of the import schema
22 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
it's a memdb cache used by parcel internal
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
it carries a .cache that occasionally does not clean up properly still (it checks and clean up itself whenever it hits 10GB in size, but I have seen it grew to like 50GB?!)
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
Oh, and delete the
.plasmo
directory13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
hmm... could you try doing a fresh clone?
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
I'd try to figure out what's the main thing that's eating up the majority of your extension bundle first :-?
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
51 minutes to bundle the whole thing -- that's a lot of stuff going in
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
Tho, I think you have a lot of dependencies in your package.json :-?
13 replies
PD🧩 Plasmo Developers
•Created by Thomato on 10/28/2024 in #👾extension
Extremely long build times (~1 hour per compile)
Hey there -- the PR is at: https://github.com/PlasmoHQ/plasmo/pull/813
13 replies
PD🧩 Plasmo Developers
•Created by yummyfresh on 8/1/2024 in #👾extension
Not able to print an API response in content script despite getting the response in network logs
Oooh I didn't notice that lol xD
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Tho I don't use scss so not entirely sure why this happened :-?
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
What's the order of those classes in styles.module.scss?
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
css mod on CSUI will be janky, I'm not sure if the style is injected properly there
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Or is this in a popup page?
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Is this in a CSUI?
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
There's some lightningcss config that might be relevant to this
15 replies
PD🧩 Plasmo Developers
•Created by AlexB on 8/1/2024 in #👟framework
Css bundling - Css modules + classnames breaks
Hey there, how are you importing the css mod btw?
15 replies
PD🧩 Plasmo Developers
•Created by yummyfresh on 8/1/2024 in #👾extension
Not able to print an API response in content script despite getting the response in network logs
The code looks about right to me
15 replies
PD🧩 Plasmo Developers
•Created by yummyfresh on 8/1/2024 in #👾extension
Not able to print an API response in content script despite getting the response in network logs
Hm is the cs in the main world?
15 replies
PD🧩 Plasmo Developers
•Created by dp on 3/21/2024 in #👾extension
Bug : EAGAIN when use `plasmo package`
It's at max rn for us (300s)
79 replies