Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Release 5.3.1

Latest
Compare
Choose a tag to compare
@RickWong RickWong released this 02 Jan 17:54
· 4 commits to master since this release
  • Use Webpack to build the server code, allowing webpack loaders like url-loader and css-loader on 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 watch command: the only one needed for server AND client development.
  • Moved all Webpack config files to configs/.
  • Added a file-loader example that deals with the favicon.
  • Upgraded to React Router 2.0.0.
  • Updated other dependencies.