Using CRA (create-react-app) it is possible to use css-modules (index.module.css). They generate the standard name ...[name]__[hash]
. It is necessary without using npm run eject
to change the name template with react-app-rewired
. Example: prod-123-[hash]
Asked
Active
Viewed 57 times
0

photon
- 5
- 3
-
Does this answer your question? [Build files name change - files that are generated from create react app](https://stackoverflow.com/questions/58090904/build-files-name-change-files-that-are-generated-from-create-react-app) – Jax-p Sep 01 '22 at 12:44
-
No, question about css class names (
) – photon Sep 01 '22 at 12:54