Adding note about the warnings for dead code elimination (#33)

This commit is contained in:
Guillermo Rodas 2017-04-27 21:04:08 -05:00 committed by Kent C. Dodds
parent da6fb78322
commit 92d4dda40b

View File

@ -63,6 +63,8 @@ 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. 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.
### Updates ### Updates
The ecosystem moves fast. So this section of the README will be dedicated to tracking changes in the ecosystem so you The ecosystem moves fast. So this section of the README will be dedicated to tracking changes in the ecosystem so you