v0.12.0
Woohoo! New Release!
To upgrade: yarn upgrade
Changes: v0.11.0..v0.12.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
-
Fixed a bug with webpack 3.4.0 ("Can't resolve dev") - #114.
-
Added
--keep-public-pathoption todev-serverthat allows
you to specify that you do not want yourpublicPathto
automatically point at the dev-server URL. Also relaxed the
requirements when usingdev-serverso that you can now
specify a custom, fully-qualifiedpublicPathURL - #96 -
Fixed bug where
@importCSS wouldn't use postcss - #108