1. 10 Feb, 2017 1 commit
    • Jih-Chi Lee's avatar
      Make all react app vars accessible in index.html (#1440) · 1d9159de
      Jih-Chi Lee authored
      * Make all vars accessiable in index.html
      
      * Fix wrong env provieded to DefinePlugin
      
      * Separate results from getClientEnvironment
      
      * The `string` should be object instead of string
      
      * Fix accessing wrong field
      
      * Changed variables naming to `raw` and `stringified`
      
      * Remove trailing commas
      1d9159de
  2. 08 Feb, 2017 1 commit
  3. 11 Dec, 2016 1 commit
  4. 07 Dec, 2016 1 commit
  5. 06 Dec, 2016 3 commits
  6. 21 Nov, 2016 2 commits
  7. 20 Nov, 2016 2 commits
  8. 19 Oct, 2016 1 commit
  9. 11 Oct, 2016 1 commit
    • 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
  10. 06 Oct, 2016 1 commit
  11. 30 Sep, 2016 2 commits
  12. 23 Sep, 2016 2 commits
  13. 22 Sep, 2016 2 commits
  14. 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
  15. 19 Sep, 2016 1 commit
  16. 18 Sep, 2016 2 commits
  17. 17 Sep, 2016 1 commit
  18. 11 Sep, 2016 1 commit
  19. 03 Sep, 2016 1 commit
  20. 02 Sep, 2016 5 commits
  21. 01 Sep, 2016 1 commit
  22. 28 Aug, 2016 1 commit
  23. 23 Aug, 2016 1 commit
  24. 18 Aug, 2016 1 commit
  25. 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
  26. 09 Aug, 2016 1 commit
  27. 05 Aug, 2016 1 commit
  28. 04 Aug, 2016 1 commit