1. 02 Aug, 2017 4 commits
    • Ade Viankakrisna Fadlil's avatar
      Format UglifyJs error (#2650) · b643f571
      Ade Viankakrisna Fadlil authored
      * format UglifyJs error
      
      * move formatBuildError to react-dev-utils
      
      * fix readme
      
      * use regex for plucking the path from stack
      
      * make path human readable and fallback to show error if regex not matched
      
      * rename to printBuildError and add link to the docs
      
      * fix link indentation
      
      * improve readibility + shorten link
      b643f571
    • Joe Haddad's avatar
      Update README.md · 57f2cd70
      Joe Haddad authored
      57f2cd70
    • Joe Haddad's avatar
      Update README.md · 6443441b
      Joe Haddad authored
      6443441b
    • Kiho · Cham's avatar
      Use modern syntax feature (#2873) · a73252f0
      Kiho · Cham authored
      The create-react-app need node >= 6, and node version 6 support a lot of ES6, and let's switch using '+' to concat string with template string.
      a73252f0
  2. 26 Jul, 2017 1 commit
  3. 25 Jul, 2017 1 commit
    • themre's avatar
      Feature/webpack3 (#2574) · bc82755a
      themre authored
      * Add source-map-loader to support source maps of dependencies
      
      * merge with latest develop
      
      * add ModuleConcatenationPlugin
      
      * revert source-map-loader
      
      * bump to 3.1 and update dev-server
      
      * rebase to master
      
      * rebase again
      
      * bump webpack
      
      * remove ModuleConcatenationPlugin, downgraded react packages, bump etwp
      
      * ETWP rc1 only for testing
      
      * bump ETWP and webpack 3
      
      * bump WP3
      
      * revert to 3.2.0
      
      * bump sw-precache-webpack-plugin
      
      * bump back to 3.3.0
      
      * bump dev-server and manifest
      bc82755a
  4. 19 Jul, 2017 1 commit
  5. 18 Jul, 2017 1 commit
  6. 13 Jul, 2017 1 commit
  7. 12 Jul, 2017 1 commit
  8. 09 Jul, 2017 1 commit
  9. 07 Jul, 2017 2 commits
    • Đ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
    • Mostafa Hajizadeh's avatar
      Add "node" to Jest's moduleFileExtensions (#2738) · 16f0d4a5
      Mostafa Hajizadeh authored
      Jest's default value for this option is ["js", "json", "jsx", "node"].
      CRA's current value is ["web.js", "js", "json", "web.jsx", "jsx"], which
      is missing one of default ones: "node". This change fixes that.
      
      This "node" extension is used in packages that use native code.
      16f0d4a5
  10. 03 Jul, 2017 1 commit
  11. 29 Jun, 2017 5 commits
  12. 28 Jun, 2017 9 commits
  13. 27 Jun, 2017 12 commits