Link note to official docs (#34)

This commit is contained in:
Guillermo Rodas 2017-04-30 12:23:43 -05:00 committed by Kent C. Dodds
parent 92d4dda40b
commit b1e9bcc924

View File

@ -63,7 +63,7 @@ You might find it helpful to see a list of the available branches. Run: `git bra
Because Webpack 2 is currently in beta, there are issues with `peerDependencies`, so youll have to use npm version 3 to be able to install the dependencies.
Running Webpack with `webpack -p` is not showing the warnings about the dead code elimination anymore. However, it is working as expected.
Running Webpack with `webpack -p` is not [showing the warnings](https://webpack.js.org/guides/migrating/#uglifyjsplugin-warnings) about the dead code elimination anymore. However, it is working as expected.
### Updates