Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Question: Can I remove the hash from the output files #428

Open
SebastianStehle opened this issue Oct 17, 2018 · 1 comment
Open

Question: Can I remove the hash from the output files #428

SebastianStehle opened this issue Oct 17, 2018 · 1 comment

Comments

@SebastianStehle
Copy link

Hi,

I have to include my react app in a rails application. Can I remove the hash from the generated output files?

@graphtheory
Copy link

You can but you shouldn't. Whoever is using your application will suffer from having old versions of your application and if you use code-splitting your filepaths will be broken. If you need the paths just parse them from the manifest.json

There's various ways to do it but I don't see a valid use case for it;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants