npm @symfony/webpack-encore 0.22.0
v0.22.0 [BC Break] Change to Opening Slash in entrypoints.json

latest releases: 4.6.1, 4.6.0, 4.5.0...
5 years ago

Ok! A new release! This one contains a minor, but important BC break:

  • [BC BREAK] The values/paths in entrypoints.json were previously
    stripped of their opening slash. That behavior has been changed:
    the opening slash is now included: Before: build/foo.js, After: /build/foo.js.

For Symfony users with a standard setup, this should not be noticeable as the paths were already "fixed" via the manifest.json lookup.

Don't miss a new webpack-encore release

NewReleases is sending notifications on new releases.