You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
both cjs and esm output should contain the same class names after compilation of css modules
What is actually happening?
Server side optimised build (optimizeSSR: true) and client side build (optimizeSSR: false) generates different class names for the same CSS module element.
This behaviour is present only if we run production build. (isProduction: true, NODE_ENV=production etc.) without production template optimisation both files contains the same output class name.