2 parents c7cb6cb + 695f039 commit daf2f31Copy full SHA for daf2f31
1 file changed
README.md
@@ -146,7 +146,7 @@ loaded asynchronously at runtime. This reduces the initial loading time.
146
webpack can do many optimizations to **reduce the output size of your
147
JavaScript** by deduplicating frequently used modules, minifying, and giving
148
you full control of what is loaded initially and what is loaded at runtime
149
-through code splitting. It can also can make your code chunks **cache
+through code splitting. It can also make your code chunks **cache
150
friendly** by using hashes.
151
152
[Optimization documentation](https://webpack.github.io/docs/optimization.html)
0 commit comments