Friends! A new release is here!
To upgrade:
-
Update your
package.json
file: set the@symfony/webpack-encore
version to^0.28.0
. -
Run
yarn upgrade
!
Changes: v0.27.0..v0.28.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
-
Don't make
@babel/preset-env
useforceAllTransforms
option
in production - this will reduce build size in production
for environments that only need to support more modern
browsers - #612 thanks to @Lyrkan. -
Added support with
enablePostCssLoader()
to process files
ending in.postcss
or usinglang="postcss"
in Vue - #594
thanks to @Lyrkan. -
Allow
resolve-url-loader
to be configured viaenableSassLoader()
-
#603 thanks to @diegocardoso93. -
Support was removed from Node 9 (a no-longer-supported version
of Node) - #585 thanks to @weaverryan