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. 29 10月, 2016 1 次提交
  3. 28 10月, 2016 1 次提交
  4. 26 10月, 2016 2 次提交
  5. 25 10月, 2016 1 次提交
  6. 22 10月, 2016 1 次提交
    • D
      Added glamor css (#38) · e164074f
      Dan Zajdband 提交于
      * Added glamor css
      
      * Using pseudoclasses instead of calling functions
      
      * Updated readme using style instead of default import for css
      e164074f
  7. 17 10月, 2016 1 次提交
  8. 16 10月, 2016 1 次提交