Open caesarsol opened 2 years ago
I agree, to me yarn is preferable.
But, what about craco? 😏😁
I agree too.
You guys should check out vite https://vitejs.dev/
hi Doc @marcofugaro ! rollup, seriously? we were thinking about https://swc.rs/ maybe
rollup + esbuild, it has every feature from create-react-app and is much faster. It's the successor of CRA since CRA is kinda in maintenance mode now.
As explained here: https://github.com/yarnpkg/yarn/issues/4895#issuecomment-545644733
Which is:
create
.npmrc
with:edit
package.json
adding:possible bonus: write in
engines
the same yarn version as the one used to callcreate-accurapp
.@SgaBenza @ilariaventurini @ivanross @delaudio @pitou what do you think? could be useful on our long-running projects as well!