Skip to content

Releases: livingdocsIO/fastify-webpack

v2.0.1

02 Oct 13:54
fb42d71
Compare
Choose a tag to compare

2.0.1 (2019-10-02)

Bug Fixes

  • chore: Move fastify-webpack-hmr into peerDependencies (fb42d71)

v2.0.0

10 Sep 23:43
eca9afe
Compare
Choose a tag to compare

2.0.0 (2019-09-10)

chore

  • Support a x-cdn-url header to set the base for assets (c0d8b2d)

BREAKING CHANGES

  • With earlier versions of this module the cdnUrl should have pointed to the /assets directory/path.
    We've changed the behavior of that to make it more transparent. Please reconfigure the cdnUrl to point to the root of your server instead of the /assets directory as we append that automatically.

v1.0.1

30 Aug 10:52
57ff2b6
Compare
Choose a tag to compare

1.0.1 (2019-08-30)

Bug Fixes

  • Move to absolute paths as relative paths cause problems on html pages which are served in subpaths (57ff2b6)

v1.0.0

27 Aug 09:26
c7be8e7
Compare
Choose a tag to compare

1.0.0 (2019-08-27)

Features