Confession time:
-
Confession time:
With ESM and Rollup—as opposed to transpilers on Webpack—I am almost starting to enjoy writing JavaScript.
That is Vanilla JavaScript.
React can still fuck off.
-
@mahryekuh I use vite for our React apps - sadly the SaaS product we use has a design system only in that flavour.
I've spent a year building up the pipeline to deploy both bundles app to them, or within an express app ina container to our infra - all from a single monorepo.
I've had to create an updated template to be fully ESM compliant - and yet there is still occasionally issues, dependency problems or some typescript config that get screwed.
-
@tanepiper Yep, that sounds like a modern front-end pipeline.
I was in the process of moving one project to Vite. Not sure which one anymore or why I paused, but I will finish it at some point.