Replies: 2 comments 2 replies
-
I did the WebPack implementation here and it kind of drove me crazy, so maybe just me getting annoyed at it just that little bit more is what it will take 🤣 Jokes aside, running a development server (one of the most important use cases for us to use WebPack) is always going to require some 3rd party code. I don't know that WebPack (and npm) is the best possible solution for that problem, but it is a solution and is one that people know. I do think the packaging of artifacts for the web could be improved at the infrastructure/standards level to make some of the features of WebPAck for packaging content redundant. That's happened repeatedly over the past 20 or so years as we've become more and more interested in web performance. I may be reading your question wrong. What is it you envision? |
Beta Was this translation helpful? Give feedback.
-
I personally don't use webpack anymore in my projects as it's pretty finicky (and slow!) to work with. There's quite a few newer packages, like ESBuild, SWC, Vite, and Parcel to name a few. |
Beta Was this translation helpful? Give feedback.
-
I love v9.0 release of this project but I wanted to ask if there was a plan or discussion somewhere about eventually removing webpack. It is notable that this project is still using npm and a bundler like webpack. It is an improvement on replacing Parcel but I was curious if there was a discussion like "what would it take for webpack to be removed". Improvements in HTTP? Networking? Other things? Just a thought I had.
Thanks for all the work that went into this project by all the contributors. I find it useful.
Beta Was this translation helpful? Give feedback.
All reactions