This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
0.8.1
- Fixed: URLs which does not have the required trailing slash are now adjusted.
This prevent relative links in loaded page content to be wrong. - Fixed: infinite loop for page not found
(#186) - Fixed: dev server redirection if trailing slash is missing works again.
- Added: dev server now send 404.html if there is any in collection when
url is not in collection
(#181)
Boilerplate
- Fixed: Avoid warning of
babel-plugin-webpack-loader
in boilerplate
(#185)