|
|
|
|
|
by Xevi
1954 days ago
|
|
Idk what projects you are working on that don't require any configuration. I just started a new Vue 3 project with typescript, Vite, VuePrime and some other dependencies, and there were a lot of undocumented steps and annoying issues to get everything working. JS-shims, beta version browser extensions, colliding ESLint rules, buggy dependencies that get compiled into broken JavaScript, etc. |
|
I have not had any of these problems with `create-react-app` yet