1. 02 Sep, 2016 4 commits
  2. 12 Aug, 2016 1 commit
    • Andrey Popp's avatar
      Load favicon through html-loader. (#428) · 60178ac7
      Andrey Popp authored
      * Load favicon through html-loader.
      
      Fixes #291.
      
      * Add test for *.ico in e2e test suite
      
      * Configure html-loader to process <link href="...">
      
      * Address feedback on html-loader inclusion.
      
      * Place favicon.ico at the root of the build dir
      
      * Make comment style consistent between prod and dev webpack configs
      
      * Fix html-loader config in dev mode
      60178ac7
  3. 29 Jul, 2016 1 commit
    • Dallon Feldner's avatar
      Symlink-friendly path resolution (#277) · d2baa3c4
      Dallon Feldner authored
      * Symlink-friendly path resolution
      
      I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure.
      
      * Fix relative paths in post-eject case
      
      because I'm an idiot
      
      * Renamed resolveLib to resolveOwn
      d2baa3c4
  4. 25 Jul, 2016 1 commit