1. 28 11月, 2016 1 次提交
    • A
      Add support for webpack's CommonsChunkPlugin and remove next bundle (#301) · fcd59ade
      Arunoda Susiripala 提交于
      * Add example app which demonstrate the problem.
      
      * Add the first working version.
      
      * Fix lint issues.
      
      * Add README.md
      
      * Use /_next/main.js as the main file URI
      
      * Add the support for loading the core next bundle.
      
      * Optimize the output by removing Next modules from pages.
      
      * Use the same package.json as master use.
      
      * Change the example repo's README for simpler instructions.
      
      * Change example projects package.json to support next build and start.
      
      * Change main.js into commons.js.
      
      * Add support for hot core reload and errors.
      
      * Introduce require based on eval-script.
      
      * Add error reporting support with hot reloading.
      
      * Update README.md
      fcd59ade
  2. 24 11月, 2016 2 次提交
    • N
      Handle runtime errors (#268) · c7ba914f
      Naoyuki Kanezawa 提交于
      * display runtime errors by error-debug
      
      * server: fix status
      
      * render Error component on client error
      
      * server: render runtime errors of error template
      
      * server: handle errors of error template on render404
      
      * server: add a comment
      
      * server: refactor renderJSON
      
      * recover from runtime errors
      
      * _error: check if xhr exists
      
      * _error: improve client error
      
      * _error: improve error message
      c7ba914f
    • N
      Remove webpack-dev-server (#276) · a14cc667
      Naoyuki Kanezawa 提交于
      * remove webpack-dev-server
      
      * webpack: fix publicPath
      a14cc667
  3. 23 11月, 2016 2 次提交
  4. 22 11月, 2016 1 次提交
  5. 21 11月, 2016 1 次提交
  6. 18 11月, 2016 4 次提交
  7. 17 11月, 2016 1 次提交
  8. 16 11月, 2016 1 次提交
  9. 15 11月, 2016 1 次提交
  10. 14 11月, 2016 4 次提交
  11. 09 11月, 2016 1 次提交
  12. 07 11月, 2016 2 次提交
  13. 06 11月, 2016 10 次提交
  14. 05 11月, 2016 2 次提交
  15. 04 11月, 2016 5 次提交
  16. 03 11月, 2016 2 次提交
    • N
      Hot reload error page (#190) · e775721f
      Naoyuki Kanezawa 提交于
      * add detach-plugin
      
      * detach-plugin: remove unused property
      
      * watch-pages-plugin: replace _error.js when user defined one was added/removed
      
      * dynamic-entry-plugin: delete cache
      
      * fix HMR settings for _error.js
      
      * render: pass error only on dev
      
      * hot-reload: enable to hot-reload error page
      
      * server: check if /_error has compilation errors
      
      * webapck-dev-client: fix reloading /_error
      e775721f
    • D
      Only update history state if url differs. (#172) · 7186fe8b
      David Street 提交于
      7186fe8b