-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discussion: Which bundler to use (Webpack, Rollup, Parcel, esbuild...) #55
Comments
A digression, The new project of vuejs (also the bundler of vue3(not default)) is using esbuild and Rollup: https://github.com/vitejs/vite |
I have no professional builder development experience, so the above comments are just my immature views. |
|
currently vite is support directly import web workers |
vite use esbuild, For now, the packaging solution esbuild,snowpack is in line with the trend |
In vite preparation, the switch will be done after the rendering issues are resolved. https://github.com/Hedgehog-Computing/hedgehog-lab/tree/feat/vite |
Currently
create-react-app
suffers from slow compilation. On my personal laptop (MacBook Pro 13' late 2017) it usually takes up to ~1 min to do a cold start, which is kind of unacceptable for this size of apps. People (including @promer94 ) are suggesting we should move to another bundler. I think we should discuss which bundler we should move to:There are several choices:
create-react-app
is using under the hood. Slowest but has the best compatibility. Also, the configuration is a nightmare.The text was updated successfully, but these errors were encountered: