-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
The ecosystem has changed SO much in the last few years. iirc believe we introduced webpack 4 in 2019. we created a ticket #2100 to capture this effort, but I will consolidate it here so we can have a discussion!
We need an improved bundling strategy for every package that's consumed by web & electron-related projects. Bundling for vscode-graphql also helps a lot. Using up to date bundlers that our users use is important, because it forces us to ensure these projects can be used by modern bundlers. Using webpack 4 still isn't helping anyone!
I think swc would be a good choice because it seems to be more flexible with browser targeting
- swc-loader + webpack 5
- vite-plugin-swc + vite
timuric