Skip to content

Commit 0e9bcac

Browse files
authored
Update README.md
1 parent cc83bee commit 0e9bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This works in CSS too:
191191

192192
Webpack finds all relative module references in CSS (they start with `./`) and replaces them with the final paths from the compiled bundle.
193193

194-
If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. The filenames are generated by Webpack from content hashes. If the file content changes in the future, Webpack will give it a different name in production so you don’t need to worry about long-term caching of assets.
194+
If you make a typo or accidentally delete an important file, you will see a compilation error, just like when you import a non-existent JavaScript module. The final filenames in the compiled bundle are generated by Webpack from content hashes. If the file content changes in the future, Webpack will give it a different name in production so you don’t need to worry about long-term caching of assets.
195195

196196
Please be advised that this is also a custom feature of Webpack.
197197
**It is not required for React** but many people enjoy it (and React Native uses a similar mechanism for images).

0 commit comments

Comments
 (0)