Skip to content

Fix bug with dev-server and missing manifest.json file

Compare
Choose a tag to compare
@weaverryan weaverryan released this 29 Jan 00:57
· 378 commits to main since this release

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!