1. 05 Mar, 2017 3 commits
  2. 04 Mar, 2017 2 commits
    • pd4d10's avatar
      Remove unneeded `url` lib (#1715) · 72695a1c
      pd4d10 authored
      Remove unused `url` import in Webpack config
      72695a1c
    • Daniel Grant's avatar
      Modularise scripts (#1433) · b88d6655
      Daniel Grant authored
      * Refactor start script into modules
      
      * Move dev server config into config file
      
      * Replace eject file whitelist with a "remove-file-on-eject" flag
      
      * Move utils into scripts folder (for inclusion in ejection)
      
      * Add missed changes
      
      * Pass showInstructions as an argument
      
      * Fix eject bug
      
      * Don't eject babelTransform
      b88d6655
  3. 02 Mar, 2017 2 commits
  4. 01 Mar, 2017 2 commits
  5. 28 Feb, 2017 2 commits
  6. 27 Feb, 2017 1 commit
  7. 26 Feb, 2017 3 commits
  8. 25 Feb, 2017 1 commit
  9. 24 Feb, 2017 17 commits
  10. 23 Feb, 2017 2 commits
    • Joe Haddad's avatar
      Bump deps for webpack 2 compat (#1621) · 21fe19ab
      Joe Haddad authored
      21fe19ab
    • Jirat Ki's avatar
      Install react, react-dom, and react-scripts at the same time (#1253) · a82896c3
      Jirat Ki authored
      * Install react and react-dom along with react-scripts
      
      - Install react, react-dom and react-script in a same time
      - Move react-scripts to devDependencies.
      
      * Check if react, react-dom has been already installed
      
      - To backward compatibility with old CRA’s cli
      - In case old CRA doesn’t install react, react-don along with
      react-scripts
      
      * Use packageName to find script dependency
      
      - use packageName to find dependency
      - fix pathExists.sync
      
      * Check dependencies.react in package.json instead of actual files
      
      * Process exit when dependencies not found
      
      - Show error and exit when dependencies not found.
      - Log install show custom package name
      
      * Remove template string
      
      * Install dependencies if template is preseted
      
      * Remove dangling comma
      
      Resolves #1239
      a82896c3
  11. 22 Feb, 2017 1 commit
  12. 18 Feb, 2017 1 commit
  13. 16 Feb, 2017 2 commits
  14. 15 Feb, 2017 1 commit