1. 15 Jan, 2018 15 commits
    • Dan Abramov's avatar
      Add preflight check to guard against wrong versions of webpack/eslint/jest... · 11db9af4
      Dan Abramov authored
      Add preflight check to guard against wrong versions of webpack/eslint/jest higher up the tree (#3771)
      
      * Run real scripts in local development
      
      * Add preflight check warning
      
      * I know what I am doing
      
      * Move preflight check into individual scripts
      
      This ensures we don't try to filter NODE_PATH twice, accidentally removing the now-absolute path.
      
      * Slightly tweak the wording
      
      * Fix lint
      11db9af4
    • Joe Haddad's avatar
      Loosen Babel preset to use browserslist (#3770) · aa67a4f7
      Joe Haddad authored
      * Provide better defaults
      
      * Let babel determine features to compile
      
      * meh
      
      * Remove setting of BABEL_ENV
      
      * Revert "Remove setting of BABEL_ENV"
      
      This reverts commit ee2db707.
      
      * Set browsers to ie9
      aa67a4f7
    • Chris Laughlin's avatar
      Enable `getter-return` rule as a warning (#3723) · f6c37300
      Chris Laughlin authored
      * Updating ESlint to ^4.15.0 and adding new rules to config
      
      * remoning style rule and auto fixing breakages from new rules
      
      * Removing implicit-arrow-linebreak style rule
      
      * adding new rule to eslint config project
      
      * updating react scripts eslint version
      
      * Pinning version.
      
      * Changing getter-return to warn
      
      * Update package.json
      
      * Update .eslintrc
      f6c37300
    • Dan Abramov's avatar
      Bump eslint-plugin-jsx-a11y version (#2690) · bf02edbe
      Dan Abramov authored
      * Bump eslint-plugin-jsx-a11y
      
      * Update index.js
      
      * Update index.js
      
      * Update package.json
      
      * Don't use links for non-linky things
      bf02edbe
    • 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
    • Dan Abramov's avatar
      Bump Jest to 22.0.6 (#3751) · 590df7ee
      Dan Abramov authored
      590df7ee
    • aisensiy's avatar
      Update jest to 22 and support watchPathIgnorePatterns configuration (#3124) · 776d2d60
      aisensiy authored
      * update jest to 21.0.2 to support watchPathIgnorePatterns configuration
      
      * update jest to 21.1.0
      
      * Try bumping Jest
      
      * Bump babel-jest
      
      * Try to debug weird CI failure
      
      * Remove debug code
      
      * Bump other Jest packages
      
      * ffs
      
      * temp
      
      * Revert "temp"
      
      This reverts commit 62aec9ac.
      776d2d60
    • Rami's avatar
      Change the default `start_url` to `.` (#3346) · 3c79497e
      Rami authored
      3c79497e
    • 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
    • Dan's avatar
      Publish · e73a783e
      Dan authored
       - babel-preset-react-app@3.1.1
       - create-react-app@1.5.0
       - eslint-config-react-app@2.1.0
       - react-dev-utils@5.0.0
       - react-error-overlay@4.0.0
       - react-scripts@1.1.0
      e73a783e
    • Dan Abramov's avatar
      Tweak section on expanding env variables · 95b26012
      Dan Abramov authored
      95b26012
  2. 14 Jan, 2018 2 commits
  3. 10 Jan, 2018 1 commit
  4. 09 Jan, 2018 7 commits
  5. 08 Jan, 2018 13 commits
  6. 02 Jan, 2018 2 commits