1. 06 1月, 2017 1 次提交
  2. 01 1月, 2017 1 次提交
  3. 31 12月, 2016 2 次提交
    • A
      Add Gzip support for JSON pages (#571) · 165924b7
      Arunoda Susiripala 提交于
      * Server JSON pages directly from the filesystem.
      
      * Make Json pages even if there's an error.
      
      * Implement much better page serving.
      
      * Use JsonPagesPlugin in the production mode as well.
      
      * Add gzip support for JSON pages.
      
      * Use glob-promise instead of recursive-readdir
      
      * Handle renderStatic 404 properly.
      
      * Simply the gzip code.
      
      * Cache already read JSON pages.
      
      * Change JSON pages extension to .json.
      
      * Fix HMR related issue.
      
      * Fix hot-reload for .json solely on server.
      
      * Properly clear cache on hot-reloader.
      
      * Convert .js pages into .json page right inside the plugin.
      
      * Fix gzipping .json pages.
      
      * Remove unwanted json pages cleanup.
      
      * Get rid of deprecated fs.exists for fs.access
      165924b7
    • G
      Release 2.0.0-beta.6 · 56ca84ba
      Guillermo Rauch 提交于
      56ca84ba
  4. 30 12月, 2016 2 次提交
  5. 28 12月, 2016 1 次提交