1. 16 Aug, 2017 1 commit
  2. 10 Aug, 2017 1 commit
  3. 09 Aug, 2017 3 commits
    • Joe Haddad's avatar
      Publish · bfaee410
      Joe Haddad authored
       - babel-preset-react-app@3.0.2
       - create-react-app@1.4.0
       - eslint-config-react-app@2.0.0
       - react-dev-utils@3.1.0
       - react-error-overlay@1.0.10
       - react-scripts@1.0.11
      bfaee410
    • Joe Haddad's avatar
      Update dev deps (#2923) · 9b23be82
      Joe Haddad authored
      * Bump deps
      
      * Fix linter errors
      
      * Whoops
      
      * Try to bump webpack
      
      * Update peer deps to min for eslint 4.x
      9b23be82
    • Stéphane Goetz's avatar
      Make formatWebpackMessages return all messages (#2834) · badfc2a8
      Stéphane Goetz authored
      * Move the reduction of the messages to a single place in the place it is used.
      
      * Fix variable name
      badfc2a8
  4. 02 Aug, 2017 4 commits
    • 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
    • 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
    • 864907600cc's avatar
      Fix parsing HTML/JSX tags to real elements (#2796) · cff167f0
      864907600cc authored
      * Fix parsing HTML/JSX tags to real elements
      
      * Use `html-entities` to escape instead of pure `replace()`
      
      * Remove unnecessary HTML entity replacing
      cff167f0
    • Forbes Lindesay's avatar
      Update webpack version note (#2798) · 13c73603
      Forbes Lindesay authored
      * Remove note about webpackHotDevClient being webpack 1.0 only
      
      It must work in webpack 2 since create-react-app is still using it and is using webpack 2 now.
      
      It would be great if you could add some kind of note about how it differs from the default webpack hot reloaders.
      
      * Update README.md
      
      * Update README.md
      13c73603
  5. 10 Jul, 2017 1 commit
  6. 09 Jul, 2017 1 commit
  7. 07 Jul, 2017 1 commit
  8. 04 Jul, 2017 1 commit
    • Trygve Aaberge's avatar
      Reorder vim arguments in launchEditor so --remote works (#2723) · f495c155
      Trygve Aaberge authored
      This allows you to set REACT_EDITOR to 'vim --remote', so the file can
      be opened in an already running vim process. When using vim without
      remote, it works in the same way as before.
      
      When launching vim without --remote, the order of the line and path
      arguments doesn't matter. However, when using --remote the line argument
      has to precede the path. This happens to be the same as joe and emacs
      uses, so the vim cases were just moved there.
      
      I haven't tested this with mvim, but the documentation says the same as
      the vim documentation, so I assume it works the same.
      f495c155
  9. 29 Jun, 2017 2 commits
  10. 28 Jun, 2017 3 commits
  11. 27 Jun, 2017 4 commits
  12. 26 Jun, 2017 1 commit
  13. 19 Jun, 2017 1 commit
  14. 06 Jun, 2017 1 commit
  15. 30 May, 2017 1 commit
  16. 29 May, 2017 1 commit
  17. 27 May, 2017 2 commits
  18. 25 May, 2017 1 commit
  19. 24 May, 2017 2 commits
  20. 22 May, 2017 4 commits
  21. 21 May, 2017 3 commits
  22. 20 May, 2017 1 commit
    • Dan Abramov's avatar
      Publish · ae0cb23d
      Dan Abramov authored
       - react-dev-utils@1.0.2
       - react-error-overlay@1.0.2
       - react-scripts@1.0.2
      ae0cb23d