1. 21 Sep, 2016 1 commit
    • Ville Immonen's avatar
      Create a shareable ESLint configuration package (#689) · a2d0469c
      Ville Immonen authored
      * Move ESLint configuration to a separate package
      
      * Remove the ESLint configuration, moved to eslint-config-react-app
      
      * Update ESLint instructions
      
      * Pin the package versions in eslint-config-react-app
      
      * Add a README for eslint-config-react-app
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update package.json
      
      * Update package.json
      
      * Update production eslint-loader config
      
      * Add the ESLint config to devDependencies of the repo
      a2d0469c
  2. 19 Sep, 2016 1 commit
  3. 18 Sep, 2016 2 commits
  4. 17 Sep, 2016 1 commit
  5. 11 Sep, 2016 1 commit
  6. 03 Sep, 2016 1 commit
  7. 02 Sep, 2016 5 commits
  8. 01 Sep, 2016 1 commit
  9. 28 Aug, 2016 1 commit
  10. 23 Aug, 2016 1 commit
  11. 18 Aug, 2016 1 commit
  12. 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
  13. 09 Aug, 2016 1 commit
  14. 05 Aug, 2016 1 commit
  15. 04 Aug, 2016 3 commits
  16. 03 Aug, 2016 1 commit
  17. 30 Jul, 2016 1 commit
  18. 29 Jul, 2016 1 commit
  19. 28 Jul, 2016 2 commits
  20. 27 Jul, 2016 2 commits
  21. 26 Jul, 2016 1 commit
  22. 25 Jul, 2016 2 commits
  23. 24 Jul, 2016 2 commits
    • Dan Abramov's avatar
      Provide instructions on publishing GH Pages (#162) · 458d3f9e
      Dan Abramov authored
      * Provide instructions on GH Pages deploy
      
      * Add docs for GH Pages deployment
      
      * Prevent incorrect paths in file-loader
      
      * Minor message tweaks
      
      * Update README.md
      
      * Fix relative paths
      458d3f9e
    • Donald Hruska's avatar
      Don't assume the project is hosted at the root (#94) · ef4f8e90
      Donald Hruska authored
      * Don't assume the project is hosted at the root
      * Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'
      
      * Fix package.json path and add sample package.json for tests
      
      * Update publicPath to use relative path portion of URL defined in homepage
      
      * Update successful bundle generation message
      
      * Show bundle generation success message based on presence of homepage in package.json
      ef4f8e90
  24. 23 Jul, 2016 1 commit
  25. 22 Jul, 2016 3 commits
  26. 21 Jul, 2016 2 commits