-
-
Notifications
You must be signed in to change notification settings - Fork 9
Drop CJS #269
Copy link
Copy link
Open
Labels
🧹 MaintananceTunning that is not a featureTunning that is not a feature
Milestone
Metadata
Metadata
Assignees
Labels
🧹 MaintananceTunning that is not a featureTunning that is not a feature
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