Open imtsuki opened 4 years ago
CC @lidangzzz @AGDholo
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.
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.