Skip to content

v0.22.0 [BC Break] Change to Opening Slash in entrypoints.json

Compare
Choose a tag to compare
@weaverryan weaverryan released this 17 Nov 20:24

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.