react-templates-loader
react-templates-loader copied to clipboard
Different absolute project directories cause change of chunkhash
Hey,
we are using react-templates in our project. If we run webpack in different project folders (different developer checkouts on the same physical maschine) we get files with different chunkhashes although the content of the files is exactly the same.
If we strip out all *.rtfiles and use JSX code instead, the chunkhashes are identical in each directory. Does anyone has an idea how to avoid this?
Regards, and thx. :-)