How to import css modules in ESM project, on node.js during SSR
Im converting a web app from CJS to ESM.
The web app is bundled with webpack, but the first page load is rendered on the backend by node.js.
Im converting a web app from CJS to ESM.
The web app is bundled with webpack, but the first page load is rendered on the backend by node.js.