Describe the problem
Associated to removing Typescript from the project.
The CJS is obsolete.
Nuxt, SvelteKit, SolidStart, Astro use Vite
React will use turbopack
Symfony use webpack encore
Rollup and Parcel can solve the ESM import in CJS projects.
There is no need for CJS anymore
Describe the proposed solution
.
Alternatives considered
.
Importance
nice to have
Describe the problem
Associated to removing Typescript from the project.
The CJS is obsolete.
Nuxt, SvelteKit, SolidStart, Astro use Vite
React will use turbopack
Symfony use webpack encore
Rollup and Parcel can solve the ESM import in CJS projects.
There is no need for CJS anymore
Describe the proposed solution
.
Alternatives considered
.
Importance
nice to have