##1.2.5
2021-02-07
- Workaround for CSS errors causing full page reload, and breaking autoreload until error fixed and page fully reloaded manually.
- Remove duplicated
-h
command from CLI
- Workaround for webpack chained loading error when pug templates fail, etc.
- Fix error when HTML doesn't include a nested template
- Fix template downloading for game jams and profile pages
- Enable hot module reload
- Fix hot reloading breaking HTML/template/data reloading
- Support pug templates via
<include src="file.pug"></include>
- Feed data to pug templates via
data.yml
ordata.json
file with live reload on change. - Fix incorrect file size limit for base64 assets duing
build
command. - Display build errors (but not detailed errors) in overlay
- Add CLI flag (
--no-minify
) to disable minification duringbuild
command - Do not try to launch browser if operating under windows WSL (sindresorhus/open#198)
Initial release