1. 11 Dec, 2016 7 commits
  2. 10 Dec, 2016 4 commits
  3. 09 Dec, 2016 3 commits
  4. 08 Dec, 2016 4 commits
  5. 07 Dec, 2016 7 commits
  6. 06 Dec, 2016 6 commits
  7. 05 Dec, 2016 7 commits
  8. 04 Dec, 2016 2 commits
    • Ville Immonen's avatar
      Publish · b844e4e8
      Ville Immonen authored
       - react-scripts@0.8.1
      b844e4e8
    • Ville Immonen's avatar
      Revert Jest moduleNameMapper regex back to a whitelist (#1149) · 715de0de
      Ville Immonen authored
      Jest matches moduleNameMapper regexes with module names, not the full
      file path, so the negative lookahead doesn’t work for filtering out
      JS files, because they can be imported without the extension. So paths
      like `lodash.assign` and `../utils/range` were mislabeled as resources
      with unknown file extensions because they have a dot in the name.
      
      As a stopgap measure, revert the moduleNameMapper regex added in #1077.
      715de0de