1. 15 Jan, 2018 3 commits
  2. 07 Dec, 2017 1 commit
  3. 04 Nov, 2017 1 commit
  4. 28 Oct, 2017 2 commits
  5. 06 Oct, 2017 1 commit
  6. 26 Sep, 2017 1 commit
  7. 20 Sep, 2017 1 commit
  8. 02 Sep, 2017 1 commit
  9. 09 Aug, 2017 1 commit
  10. 02 Aug, 2017 1 commit
    • iamdoron's avatar
      Allow importing package.json (#2468) · 24b18aed
      iamdoron authored
      * Allow importing package.json
      
      * Remove package.json import from App.js template
      
      * fix importing package.json
      
      * Rename variable to reflect path is relative to root
      
      * Check for both package & package.json in ModuleScopePlugin
      
      * Use regex to check relative path to package.json
      
      * Strictly enforce package.json extension on scope plugin
      
      * Add allowedPaths to ModuleScopePlugin ctor and use it to allow app package.json
      
      * Remove package.json import from App.js template
      
      * Add package.json to react-scripts/template, show package version and name in the template
      
      * Remove import package.json from template
      
      * Remove template/package.json and its references in code
      
      * Update ModuleScopePlugin.js
      
      * Update README.md
      24b18aed
  11. 09 Jul, 2017 1 commit
  12. 07 Jul, 2017 1 commit
    • Đinh Quang Trung's avatar
      ESLint 4 (#2735) · bbbc15dc
      Đinh Quang Trung authored
      * Update eslint-loader 1.7.1 -> 1.9.0
      
      * Add eslintPath option
      
      * Update eslint 3.19.0 -> 4.1.1
      
      * Update peer dependencies
      
      * Move eslintPath config to outside @remove-on-eject
      bbbc15dc
  13. 29 Jun, 2017 1 commit
  14. 28 Jun, 2017 1 commit
  15. 27 Jun, 2017 3 commits
  16. 26 Jun, 2017 4 commits
  17. 27 May, 2017 2 commits
  18. 24 May, 2017 1 commit
  19. 19 May, 2017 4 commits
  20. 17 May, 2017 5 commits
    • Dan Abramov's avatar
      Disable Uglify reduce_vars (#2200) · fd2a800f
      Dan Abramov authored
      fd2a800f
    • Dan Abramov's avatar
      Tidy up some build logs (#2197) · d9a29745
      Dan Abramov authored
      d9a29745
    • Jeffrey Posnick's avatar
      PWA-ification, via SWPrecacheWebpackPlugin + manifest.json (#1728) · c7c3a521
      Jeffrey Posnick authored
      * sw-precache-webpack-plugin, SW registration, manifest.json
      
      * Documentation + a few SW tweaks.
      
      * Added an unregister method, too, just in case.
      
      * More info for the READMEs.
      
      * Add minify to SWPrecacheWebpackPlugin config
      
      * Fix SWPrecacheWebpackPlugin typo
      
      * Fix file references in READMEmd
      
      * Add instructions for testing service-worker locally
      
      * Review feedback
      
      * Some additional PWA metadata
      
      * Use sw-precache-webpack-plugin v0.9.1 for node >=4.0.0 support
      
      * Review feedback.
      
      * Add manifest.json context in a comment.
      
      * Fix typo
      
      * Downgrade to sw-precache-webpack-plugin 0.9.1
      
      * Hide changes in README until 1.0
      
      * Hide changes in User Guide until 1.0
      
      * Hide more docs
      c7c3a521
    • Kant's avatar
      Webpack config typo (#2193) · e7c113eb
      Kant authored
      * Webpack config typo
      
      * Webpack config more typo
      e7c113eb
    • Joe Haddad's avatar
      Add module scope plugin (#2189) · a61be9c6
      Joe Haddad authored
      * Add module scope plugin
      
      * Oops
      
      * Add comments
      
      * Check windows seps too
      
      * More descriptive error
      
      * Document it
      a61be9c6
  21. 16 May, 2017 4 commits