1. 10 Feb, 2018 1 commit
    • bradfordlemley's avatar
      Use yarn when running inside yarn workspace. (#3997) · 2c34d5b6
      bradfordlemley authored
      * Run yarn after ejecting.
      
      * On eject, choose to run yarn instead of npm if yarn is available.
      
      * Move monorepo to react-dev-utils.
      
      * Fix lint.
      
      * Rename monorepo to workspaceUtils.
      
      * Add react-dev-utils dep for create-react-app.
      
      * getMonorepo -> findMonorepo
      2c34d5b6
  2. 04 Feb, 2018 1 commit
  3. 18 Jan, 2018 1 commit
    • Bond's avatar
      Use custom bit.ly links (#3836) · 9d67605a
      Bond authored
      * change link to advanced deployment
      
      * Use custom CRA link for deployment
      
      * use custom link for minification failure
      
      * update link for deployment
      
      * feedback
      9d67605a
  4. 15 Jan, 2018 3 commits
  5. 14 Jan, 2018 1 commit
  6. 11 Dec, 2017 1 commit
  7. 26 Sep, 2017 1 commit
  8. 27 May, 2017 1 commit
  9. 22 May, 2017 1 commit
  10. 19 May, 2017 3 commits
  11. 18 May, 2017 1 commit
  12. 16 May, 2017 2 commits
  13. 15 May, 2017 4 commits
  14. 14 May, 2017 2 commits
  15. 12 May, 2017 1 commit
  16. 11 May, 2017 1 commit
  17. 21 Apr, 2017 1 commit
    • Buns Shar's avatar
      Resolve localhost when offline on Windows (#1839) · c0fd5696
      Buns Shar authored
      * Change proxy localhost to I27.0.0.1 for windows
      
      * Update comment
      
      * resolve localhost IP with DNS lookup on windows
      
      * Fix CI errors
      
      * Promisify addWebpackMiddleware
      
      * Remove Node 6 syntax
      
      * Update addWebpackMiddleware.js
      
      * Actually use the resolved proxy
      c0fd5696
  18. 19 Apr, 2017 1 commit
  19. 14 Mar, 2017 1 commit
  20. 07 Mar, 2017 1 commit
  21. 06 Mar, 2017 1 commit
  22. 04 Mar, 2017 1 commit
    • 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
  23. 28 Feb, 2017 1 commit
  24. 24 Feb, 2017 1 commit
  25. 18 Feb, 2017 1 commit
  26. 15 Feb, 2017 1 commit
  27. 11 Feb, 2017 1 commit
    • 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
  28. 10 Feb, 2017 1 commit
    • Joe Haddad's avatar
      Add `PUBLIC_URL` env variable for advanced use (#937) (#1504) · 613b584f
      Joe Haddad authored
      * Add `PUBLIC_URL` env variable for advanced use (#937)
      * Add support for `PUBLIC_URL` env variable
      * Remove unnecessary duplications
      * Simplify served path choice logic
      * Honor PUBLIC_URL in development
      * Add e2e tests
      
      Enables serving static assets from specified host.
      613b584f
  29. 18 Dec, 2016 1 commit
  30. 13 Dec, 2016 1 commit
  31. 11 Dec, 2016 1 commit