Fix bug with dev-server and missing manifest.json file
Hi Webpackers!
This release fixes a bug when using dev-server along with cleanOutputBeforeBuild(). The result would be that the manifest.json file would be missing from the output directory. That was fixed in #901.
yarn upgrade "@symfony/webpack-encore@^1.0.2"
Changes: v1.0.1..v1.0.2
Documentation: http://symfony.com/doc/current/frontend.html
Happy packing!