Skip to content

v0.14.0

Compare
Choose a tag to compare
@weaverryan weaverryan released this 16 Aug 13:20
· 1146 commits to main since this release

Holy progress Batman! It's a new release!

To upgrade: yarn upgrade

Changes: v0.13.0..v0.14.0

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

Highlights:

  • Added Encore.configureFilenames() so that you can fully control
    the filename patterns for all types of files - #137 via @Lyrkan

  • Added Encore.configureRuntimeEnvironment(), which is useful
    if you need to require webpack.config.js from some non-Encore
    process (e.g. Karma) - #115 via @Lyrkan