1. 15 Jan, 2018 6 commits
    • Clement Hoang's avatar
      Switch to Babel 7 (#3522) · 1552949a
      Clement Hoang authored
      * Update dependencies in react-scripts
      
      * Add first pass of working dependencies for babel-preset-react-app and react-scripts
      
      * Bump more dependency versions
      
      * Adjust more versions and edit fix options
      
      * Restore functionality of old preset
      
      * Disable Uglify in iframe webpack
      
      * Apply prettier
      
      * Re-enable cache in dev and clean deps
      
      * Lock packages and move babel/core to dep in preset
      
      * Bump babel-jest
      
      * Re-enable uglify
      
      * Nest forceAllTransforms correctly in webpack config
      
      * Install babel-core bridge for jest
      
      * Add jest-cli and babel-core bridge to make tests in react-error-overlay pass
      
      * Re-enable transform-dynamic-import
      
      * Add dynamic import syntax support back
      
      * Use new babel in kitchensink
      
      * Transform modules in test
      
      * Revert "Transform modules in test"
      
      This reverts commit 539e46a1.
      
      * Attempt fix for ejected tests
      
      * try this
      
      * Add regenerator back
      
      * Bump babel deps to beta.34
      
      * Remove bad files
      
      * Use default when requiring babel transform plugin
      
      * Bump deps
      
      * Try the fix?
      
      * Oopsie
      
      * Remove some weird things
      
      * Run Babel on react-error-overlay tests
      
      * Try fixing kitchensink
      
      * Use new API for codeFrame
      
      * Add missing (?) babelrc
      
      * Maybe this helps?
      
      * Maybe fix mocha
      
      * I shouldn't have deleted this :face_palm:
      1552949a
    • Jeffrey Posnick's avatar
      Remove the navigateFallback behavior from the generated service worker (#3419) · b6aebb9e
      Jeffrey Posnick authored
      * Disables navigateFallback and updates the README
      
      * Typos
      
      * Updated a URL in a comment.
      b6aebb9e
    • everdimension's avatar
      Redisable require.ensure() (#3121) · 813584ff
      everdimension authored
      813584ff
    • Andrey Sitnik's avatar
      0a331710
    • Joe Haddad's avatar
      Specify ecma version (#3743) · 1f18ab78
      Joe Haddad authored
      1f18ab78
    • Ade Viankakrisna Fadlil's avatar
      ff544949
  2. 09 Jan, 2018 1 commit
  3. 15 Dec, 2017 1 commit
  4. 07 Dec, 2017 1 commit
  5. 15 Nov, 2017 1 commit
  6. 04 Nov, 2017 1 commit
  7. 03 Nov, 2017 1 commit
  8. 28 Oct, 2017 4 commits
  9. 06 Oct, 2017 1 commit
  10. 03 Oct, 2017 2 commits
  11. 26 Sep, 2017 1 commit
  12. 20 Sep, 2017 1 commit
  13. 02 Sep, 2017 1 commit
  14. 01 Sep, 2017 1 commit
  15. 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
  16. 09 Aug, 2017 1 commit
  17. 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
  18. 09 Jul, 2017 1 commit
  19. 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
  20. 29 Jun, 2017 1 commit
  21. 28 Jun, 2017 2 commits
  22. 27 Jun, 2017 3 commits
  23. 26 Jun, 2017 4 commits
  24. 06 Jun, 2017 1 commit
  25. 27 May, 2017 1 commit