v0.27.0 Babel useBuiltIns bug fix & Vue JSX Support!
Zoinks! Another release is ready!
To upgrade:
-
Update your
package.jsonfile: set the@symfony/webpack-encoreversion 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
sourceTypedefault was
changed from not being specified (so, the defaultmodulewas used)
tounambiguous. This is to help Babel'suseBuiltInsfunctionality
properly determine if arequireorimportshould be automatically
added to your files, based on that file's style - #555 thanks to @Lyrkan. -
Cleaned up the jsdoc in
index.jsto add better docs and better
IDE auto-completion - #550 thank sto @Lyrkan.
Happy packing!