| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-02-23 | 519 Bytes | |
| Release 5.3.1 source code.tar.gz | 2016-02-23 | 11.7 kB | |
| Release 5.3.1 source code.zip | 2016-02-23 | 18.5 kB | |
| Totals: 3 Items | 30.7 kB | 0 | |
- Use Webpack to build the server code, allowing webpack loaders like
url-loaderandcss-loaderon the server. - Use Webpack HMR to instantly update server code, instead of restarting the Koa server with piping. Webpack HMR is fast!
- Still keeping the pleasant
npm run watchcommand: the only one needed for server AND client development. - Moved all Webpack config files to
configs/. - Added a
file-loaderexample that deals with the favicon. - Upgraded to React Router 2.0.0.
- Updated other dependencies.