1. 17 Jan, 2018 1 commit
    • Ro Savage's avatar
      Add support for CSS Modules with explicit filename (#2285) · fc7c9915
      Ro Savage authored
      * Add css modules with [name].modules.css file convention
      
      * Add e2e for CSS Modules
      
      * Updated based on feedback
      
      * Change css modules class name to be deterministic and fix licences
      
      * Update css modules class naming convention
      fc7c9915
  2. 15 Jan, 2018 5 commits
  3. 15 Dec, 2017 1 commit
  4. 07 Dec, 2017 1 commit
  5. 28 Oct, 2017 2 commits
  6. 26 Sep, 2017 1 commit
  7. 20 Sep, 2017 1 commit
  8. 02 Sep, 2017 1 commit
  9. 01 Sep, 2017 1 commit
  10. 28 Aug, 2017 1 commit
    • Tharaka Wijebandara's avatar
      Convert react-error-overlay to React (#2515) · ecd1f054
      Tharaka Wijebandara authored
      * Convert react-error-overlay to React
      
      * Update compile-time error overlay to use react-error-overlay components
      
       * Refactor react-error-overlay components to container and presentational components.
      
       * Make the compile-time error overlay a part of react-error-overlay package.
      
       * Use react-error-overlay as dependency in react-dev-utils to show compile-time errors.
      
      * Run Prettier
      
      * Move the function name fix into StackFrame itself
      
      * Fix clicking on source code snippet to open the code in editor
      
      * Use exact objects + minor style tweak
      
      * Don't linkify frames that don't exist on the disk
      
      * Fix lint
      
      * Consolidate iframe rendering logic
      
      * Remove circular dependency between react-dev-utils and react-error-overlay
      
      * Fix lint
      
      * Fix decoupling of react-dev-utils and react-error-overlay by moving middleware
      
      * Deduplicate identical errors
      ecd1f054
  11. 02 Aug, 2017 1 commit
    • 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
  12. 09 Jul, 2017 1 commit
  13. 07 Jul, 2017 1 commit
    • Đ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
  14. 29 Jun, 2017 1 commit
  15. 28 Jun, 2017 1 commit
  16. 27 Jun, 2017 1 commit
  17. 26 Jun, 2017 2 commits
  18. 06 Jun, 2017 1 commit
  19. 19 May, 2017 2 commits
  20. 17 May, 2017 2 commits
  21. 16 May, 2017 4 commits
  22. 15 May, 2017 1 commit
  23. 14 May, 2017 1 commit
  24. 13 May, 2017 1 commit
  25. 10 May, 2017 2 commits
    • Joe Haddad's avatar
      Add `react-error-overlay` package (#2111) · 70768b32
      Joe Haddad authored
      * ༼ つ ◕_◕ ༽つ stack-frame-overlay
      
      * Fix linting
      
      * Remove auto overlay
      
      * Fix e2e
      
      * Pull in the rest
      
      * Appease flow
      
      * Correct dep
      
      * Remove old repo references
      
      * Check flow on test
      
      * Test overlay in e2e
      
      * Add cross env
      
      * Rename package
      
      * Make sure it gets built post-install
      
      * Update the README
      
      * Remove extra builds now that there's a postinstall script
      
      * Revert "Remove extra builds now that there's a postinstall script"
      
      This reverts commit 8bf601db.
      
      * Remove broken script
      
      * Fix some dev ergo
      70768b32
    • Joe Haddad's avatar
      Do not parse `.eslintignore` (#2115) · 1acc3a45
      Joe Haddad authored
      1acc3a45
  26. 01 May, 2017 1 commit
  27. 25 Apr, 2017 2 commits