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]
-
Does this answer your question? Build files name change - files that are generated from create react appJax-p– Jax-p2022-09-01 12:44:57 +00:00Commented Sep 1, 2022 at 12:44
-
No, question about css class names (<img class="app_name__hash" />)photon– photon2022-09-01 12:54:59 +00:00Commented Sep 1, 2022 at 12:54
Add a comment
|