Why Plasmo uses Parcel instead of Vite for bundling? #1125
Unanswered
only-issues
asked this question in
Q&A
Replies: 1 comment
-
|
In my opinion, the Plasmo team chose Parcel mainly because it’s zero-config and handles many browser-extension edge cases automatically (multiple entry points, background/content scripts, HTML pages, MV2/MV3 differences) without requiring custom config. Parcel also has strong built-in support for:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been working with Plasmo for a while and really enjoy the framework. However, I noticed that the development experience is somewhat slow due to Parcel's rebuild times. I've also tried WXT (which uses Vite), and the rebuild times are significantly faster.
Current observation:
Questions:
I understand there might be technical limitations or specific requirements that led to this choice, but I'm curious about the reasoning and if there are plans to explore faster bundling alternatives in the future.
Beta Was this translation helpful? Give feedback.
All reactions