1. 14 Oct, 2016 1 commit
  2. 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
  3. 07 Oct, 2016 2 commits
  4. 06 Oct, 2016 1 commit
  5. 05 Oct, 2016 1 commit
  6. 04 Oct, 2016 3 commits
  7. 03 Oct, 2016 1 commit
  8. 01 Oct, 2016 3 commits
  9. 30 Sep, 2016 4 commits
    • Andrew Zakordonets's avatar
      Beaufity output of eject.js script (#769) · 27e76beb
      Andrew Zakordonets authored
      * Beaufity output of eject.js script
      
      * change formatting of the eject.js output and move colors to cyan
      
      * change message about file copy
      
      * add missing three dots to some statements in eject.js script
      
      * change color of "copying files" line and do not repeat copy path anymore in log
      
      * fix merge conflict
      
      * Remove yellow color from "Removing dependency" line
      
      * changing color to "Adding dependency" line
      
      * Add line that outputs which react script is getting replaced by similar node script
      
      * remove not used anymore colors
      
      * add console line about updating Jest configs
      
      * fix typo
      
      * change formatting of replacing script output in eject.js
      
      * remove "Writing package.json" file console output
      
      * make quotes cyan in "Replacing script" console output
      
      * update console log output for Jest, Babel, ESLint update and group them under one statement
      
      * Style nits
      27e76beb
    • Thien Do's avatar
      Define process.env as object (#807) · 92d9cda9
      Thien Do authored
      * Define process.env as object
      
      * Fix define process.env
      
      * fix NODE_ENV check
      
      * Fix style nitpick
      92d9cda9
    • Sebastian De Deyne's avatar
      Typo fix in webpack.config.dev.js comments (#777) · 0ad930e1
      Sebastian De Deyne authored
      * Typo fix in webpack.config.dev.js comments
      
      * Typo fix in webpack.config.prod.js comments
      0ad930e1
    • Mathias Biilmann Christensen's avatar
      590334e1
  10. 27 Sep, 2016 2 commits
  11. 26 Sep, 2016 2 commits
  12. 25 Sep, 2016 5 commits
  13. 24 Sep, 2016 2 commits
  14. 23 Sep, 2016 11 commits