Zoinks! Another release is ready!
To upgrade:
-
Update your
package.json
file: set the@symfony/webpack-encore
version to^0.27.0
. -
Run
yarn upgrade
!
Changes: v0.26.0..v0.27.0
Documentation: http://symfony.com/doc/current/frontend.html
Highlights:
-
[Behavior Change] The Babel configuration
sourceType
default was
changed from not being specified (so, the defaultmodule
was used)
tounambiguous
. This is to help Babel'suseBuiltIns
functionality
properly determine if arequire
orimport
should be automatically
added to your files, based on that file's style - #555 thanks to @Lyrkan. -
Cleaned up the jsdoc in
index.js
to add better docs and better
IDE auto-completion - #550 thank sto @Lyrkan.
Happy packing!