1. 24 Feb, 2017 2 commits
  2. 23 Feb, 2017 3 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
    • Tom Conroy's avatar
      d9453703
  3. 22 Feb, 2017 1 commit
  4. 21 Feb, 2017 1 commit
  5. 18 Feb, 2017 1 commit
  6. 17 Feb, 2017 1 commit
  7. 16 Feb, 2017 4 commits
  8. 15 Feb, 2017 8 commits
  9. 13 Feb, 2017 3 commits
  10. 12 Feb, 2017 12 commits
  11. 11 Feb, 2017 4 commits
    • Blaine Kasten's avatar
      Suggest jest-enzyme for simplifying test matchers (#994) · 8ec99b6f
      Blaine Kasten authored
      * Suggest jest-enzyme for simplifying test matchers
      
      * Update README.md
      
      * Update README.md
      8ec99b6f
    • Joe Haddad's avatar
      Upgrade webpack (#1291) · 12288836
      Joe Haddad authored
      * Upgrade webpack
      
      * Address more webpack v2 ...
      
      * Update html-webpack-plugin
      
      * Remove LoaderOptionsPlugin from dev config
      
      * ExtractTextPlugin still uses webpack 1 syntax
      ... and doesn't support complex options (yet)
      
      * Grammar nit
      
      * Update extract text webpack plugin
      
      * - Remove webpack.LoaderOptionsPlugin
      - Update deps
      
      * Lerna hoists packages
      
      * Update extract-text-webpack-plugin
      
      * Update webpack-dev-server
      
      * Remove imports for the tests
      
      * stop removing babelrc
      12288836
    • Dan Abramov's avatar
      Some changelog formatting · 3e226b26
      Dan Abramov authored
      3e226b26
    • Dan Abramov's avatar
      Markdown whitespace fixes · 0bcb2849
      Dan Abramov authored
      0bcb2849