1. 20 Nov, 2016 4 commits
  2. 17 Nov, 2016 5 commits
  3. 01 Nov, 2016 1 commit
  4. 31 Oct, 2016 2 commits
  5. 29 Oct, 2016 1 commit
    • Ville Immonen's avatar
      Remove custom babel-loader cache dir config (#983) · 6bda4b97
      Ville Immonen authored
      Upgrade `babel-loader` and remove the cache directory configuration
      that was added in #620. `babel-loader` now uses the
      `./node_modules/.cache/babel-loader` directory by default, so the
      custom config is no longer needed.
      6bda4b97
  6. 28 Oct, 2016 7 commits
  7. 25 Oct, 2016 2 commits
  8. 24 Oct, 2016 1 commit
  9. 23 Oct, 2016 1 commit
  10. 22 Oct, 2016 7 commits
  11. 19 Oct, 2016 1 commit
  12. 18 Oct, 2016 1 commit
  13. 17 Oct, 2016 1 commit
  14. 14 Oct, 2016 2 commits
  15. 12 Oct, 2016 3 commits
  16. 11 Oct, 2016 1 commit
    • Kanitkorn Sujautra's avatar
      Create asset filenames mapping on the build output (#891) · 88c15d09
      Kanitkorn Sujautra authored
      * Create asset filenames mapping on the build output
      
      I use danethurber/webpack-manifest-plugin on Webpack production
      configuration to create a file named `asset-manifest.json` which contain a
      mapping of all asset filenames to their corresponding output file.
      
      `asset-manifest.json` will be located at the root of output folder.
      
      This'll resolve #600
      
      * Add an explanation for ManifestPlugin
      
      * Make webpack-manifest-plugin's version exact
      88c15d09