1. 24 Jan, 2017 2 commits
  2. 09 Jan, 2017 1 commit
    • Ville Immonen's avatar
      Publish · a5b83894
      Ville Immonen authored
       - create-react-app@1.0.3
       - react-scripts@0.8.5
      a5b83894
  3. 08 Jan, 2017 1 commit
  4. 23 Dec, 2016 1 commit
  5. 18 Dec, 2016 1 commit
  6. 11 Dec, 2016 3 commits
  7. 08 Dec, 2016 2 commits
  8. 07 Dec, 2016 2 commits
  9. 06 Dec, 2016 1 commit
  10. 04 Dec, 2016 1 commit
  11. 03 Dec, 2016 1 commit
    • Ville Immonen's avatar
      Publish · 5ee027d6
      Ville Immonen authored
       - babel-preset-react-app@2.0.0
       - create-react-app@0.7.0
       - eslint-config-react-app@0.4.0
       - react-dev-utils@0.4.0
       - react-scripts@0.8.0
      5ee027d6
  12. 21 Nov, 2016 3 commits
  13. 20 Nov, 2016 1 commit
  14. 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
  15. 22 Oct, 2016 2 commits
    • Ville Immonen's avatar
      Publish · a5f760ba
      Ville Immonen authored
       - babel-preset-react-app@1.0.0
       - create-react-app@0.6.0
       - eslint-config-react-app@0.3.0
       - react-dev-utils@0.3.0
       - react-scripts@0.7.0
      a5f760ba
    • Ville Immonen's avatar
      Update dependencies (#945) · d5de99e0
      Ville Immonen authored
      * Update dependencies
      
      * Use published version of eslint-config-react-app for development
      
      We dogfood on our eslint-config-react-app by using it as our ESLint config,
      but installing it from the local folder causes problems when its peerDependencies
      are updated, because npm won't update it unless the version number changes.
      
      Use the published version for dogfooding so it can be installed from npm.
      d5de99e0
  16. 11 Oct, 2016 2 commits
    • 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
    • Chase Colman's avatar
      Upgrade to Jest 16 (#858) · 3539d040
      Chase Colman authored
      * Update react-scripts dependencies to use jest 16
      
      * Remove testRegex from Jest config (now default)
      3539d040
  17. 27 Sep, 2016 1 commit
    • Dan Abramov's avatar
      Publish · dc6074ab
      Dan Abramov authored
       - react-dev-utils@0.2.1
       - react-scripts@0.6.1
      dc6074ab
  18. 25 Sep, 2016 2 commits
  19. 23 Sep, 2016 8 commits
  20. 22 Sep, 2016 4 commits