Skip to content

Re-add --public option for dev-server

Compare
Choose a tag to compare
@weaverryan weaverryan released this 17 Mar 23:05
· 110 commits to main since this release

Hey Webpackers!

This release re-adds the --public option, which can be useful for the dev-server, especially with Docker. WIP docs can be found at: symfony/symfony-docs#16622

To upgrade run:

yarn upgrade "@symfony/webpack-encore@^1.8.2"

Changes: v1.8.1..v1.8.2

Documentation: http://symfony.com/doc/current/frontend.html

Highlights:

Bug Fix

Happy packing!