1. 22 4月, 2017 4 次提交
  2. 19 4月, 2017 1 次提交
    • D
      Fix/amp example (#1755) · 865263d2
      Dan Zajdband 提交于
      * Using developit/unfetch as the Fetch API polyfill
      
      * Fixed amp example checking if the amp attribute is already present
      
      * Fix lint
      865263d2
  3. 18 4月, 2017 4 次提交
    • A
      f82e5293
    • A
      Use babel-preset-env instead of babel-preset-latest. (#1701) · e0f71d84
      Arunoda Susiripala 提交于
      Here we don't use the full capabilities of babel-preset-env.
      But it's recommended to use it without browser configs as
      a substitute for babel-preset-latest.
      That's why we did this.
      e0f71d84
    • A
      Fix a typo. (#1749) · b3f15f8d
      Arunoda Susiripala 提交于
      b3f15f8d
    • A
      Add CDN support with assetPrefix (#1700) · dec85fe6
      Arunoda Susiripala 提交于
      * Introduce script tag based page loading system.
      
      * Call ensurePage only in the dev mode.
      
      * Implement router using the page-loader.
      
      * Fix a typo and remove unwanted code.
      
      * Fix some issues related to rendering.
      
      * Fix production tests.
      
      * Fix ondemand test cases.
      
      * Fix unit tests.
      
      * Get rid of eval completely.
      
      * Remove all the inline code.
      
      * Remove the json-pages plugin.
      
      * Rename NEXT_PAGE_LOADER into __NEXT_PAGE_LOADER__
      
      * Rename NEXT_LOADED_PAGES into __NEXT_LOADED_PAGES__
      
      * Remove some unwanted code.
      
      * Load everything async.
      
      * Remove lib/eval-script.js
      We no longer need it.
      
      * Move webpack idle wait code to the page-loader.
      Because that's the place to do it.
      
      * Remove pageNotFound key from the error.
      
      * Remove unused error field 'buildError'
      
      * Add much better logic to normalize routes.
      
      * Get rid of mitt.
      
      * Introduce a better way to register pages.
      
      * Came back to the mitt() based page-loader.
      
      * Add link rel=preload support.
      
      * Add assetPrefix support to add support for CDNs.
      
      * Add assetPrefix support for preload links.
      
      * Update readme.md
      dec85fe6
  4. 17 4月, 2017 1 次提交
  5. 15 4月, 2017 1 次提交
  6. 14 4月, 2017 1 次提交
  7. 13 4月, 2017 5 次提交
  8. 11 4月, 2017 2 次提交
  9. 10 4月, 2017 1 次提交
  10. 08 4月, 2017 9 次提交
  11. 07 4月, 2017 1 次提交
  12. 06 4月, 2017 3 次提交
  13. 05 4月, 2017 1 次提交
  14. 04 4月, 2017 1 次提交
  15. 03 4月, 2017 4 次提交
  16. 02 4月, 2017 1 次提交