1. 01 Oct, 2018 2 commits
    • Joe Haddad's avatar
      Publish · f0784fc2
      Joe Haddad authored
       - babel-plugin-named-asset-import@0.2.1
       - babel-preset-react-app@5.0.1
       - confusing-browser-globals@1.0.2
       - create-react-app@2.0.1
       - eslint-config-react-app@3.0.1
       - react-app-polyfill@0.1.2
       - react-dev-utils@6.0.2
       - react-error-overlay@5.0.2
       - react-scripts@2.0.2
      f0784fc2
    • Joe Haddad's avatar
      Strip flow syntax before any other transform (#5182) · 72d4ab02
      Joe Haddad authored
      * Strip flow syntax before any other transform
      Plugins run before presets so we can't use the flow preset
      
      * Add informative comment
      72d4ab02
  2. 28 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Publish · c5c7da0f
      Joe Haddad authored
       - babel-preset-react-app@5.0.0
       - react-app-polyfill@0.1.1
       - react-dev-utils@6.0.1
       - react-error-overlay@5.0.1
       - react-scripts@2.0.1
      c5c7da0f
  3. 27 Sep, 2018 3 commits
    • Ian Sutherland's avatar
      Switch back to babel-loader (#5143) · 39c73ce5
      Ian Sutherland authored
      * Switch back to babel-loader
      
      * Preserve existing caller options. Use Object.assign instead of object spread.
      
      * Updated filename in package.json
      
      * Update comment about cache identifier
      
      * Update macro check to use a regex
      
      * Move macro check regex out of function
      39c73ce5
    • Joe Haddad's avatar
      Remove runtime alias hack (#5142) · 27ac52ac
      Joe Haddad authored
      * Remove runtime alias hack
      
      * Pass absolute path to preset
      
      * Change comment
      
      * Give a relative path to absolute runtime
      
      * Clean up config
      
      * Tweak again
      
      * Make absolute runtime the default
      
      * Remove runtime package from error overlay
      27ac52ac
    • XiaoYan Li's avatar
      e11334f7
  4. 26 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Publish · ac5376f9
      Joe Haddad authored
       - babel-plugin-named-asset-import@0.2.0
       - babel-preset-react-app@4.0.0
       - confusing-browser-globals@1.0.1
       - create-react-app@2.0.0
       - eslint-config-react-app@3.0.0
       - react-app-polyfill@0.1.0
       - react-dev-utils@6.0.0
       - react-error-overlay@5.0.0
       - react-scripts@2.0.0
      ac5376f9
  5. 25 Sep, 2018 1 commit
  6. 24 Sep, 2018 2 commits
  7. 20 Sep, 2018 1 commit
  8. 23 Jun, 2018 3 commits
  9. 20 May, 2018 1 commit
    • Andreas Cederström's avatar
      - [x] Upgrade to webpack 4.8.X (#4077) · d72678fb
      Andreas Cederström authored
      - [x] Utilize webpack 4 development and production modes
      - [x] Upgrade webpack dev server
      - [x] Webpack 4 compatible release of thread-loader
      - [x] Webpack 4 compatible release of HtmlWebpackPlugin
      - [x] Webpack 4 compatible release of SwPrecacheWebpackPlugin
      - [x] Webpack 4 compatible release of WebpackManifestPlugin
      - [x] Update README
      - [x] Update WebpackDevServerUtils
      - [x] Update InterpolateHtmlPlugin
      - [x] Update ModuleScopePlugin
      - [x] Update WatchMissingNodeModulesPlugin
      - [x] Move UglifyJS options to webpack 4 optimize
      - [x] Move InterpolateHtmlPlugin to make it tapable on HtmlWebpackPlugin
      - [x] vendor splitting via splitChunks.splitChunks (https://twitter.com/wSokra/status/969633336732905474)
      - [x] long term caching via splitChunks.runtimeChunk (https://twitter.com/wSokra/status/969679223278505985)
      - [x] Make sure process.env.NODE_ENV is proxied correctly to `react-error-overlay`
      - [x] Implicit webpack.NamedModulesPlugin in dev config as its default in webpack 4
      - [x] Disable webpack performance hints as we have our own filesize reporter
      - [x] Replace ExtractTextPlugin with MiniCssExtractPlugin
      - [x] Switch to css whole file minification via OptimizeCSSAssetsPlugin rather than per module css minification to gain performance
      d72678fb
  10. 11 May, 2018 1 commit
  11. 27 Apr, 2018 1 commit
  12. 05 Apr, 2018 1 commit
  13. 18 Mar, 2018 1 commit
    • Brian Ng's avatar
      Bump babel-related deps (#4159) · cb3f8355
      Brian Ng authored
      * Add explicit dep on plugin-proposal-object-rest-spread to babel-preset-react-app
      
      * Bump babel-related deps to beta.42
      
      * Pass useBuiltIns directly to react-preset
      cb3f8355
  14. 23 Jan, 2018 1 commit
  15. 22 Jan, 2018 1 commit
  16. 17 Jan, 2018 2 commits
  17. 16 Jan, 2018 1 commit
    • Dan Abramov's avatar
      Try to fix CI (#3806) · 72c3d4eb
      Dan Abramov authored
      * Try to fix CI
      
      * Bump Jest elsewhere
      
      * Bump Babel elsewhere
      
      * Fix CI on Windows by writing .cmd file back
      72c3d4eb
  18. 15 Jan, 2018 5 commits
    • Dan Abramov's avatar
      Bump dependencies (#3785) · ea46cf4f
      Dan Abramov authored
      * Bump dependencies
      
      * Use a more sensible way to compile error overlay
      
      * Keep old chalk for global CLI
      ea46cf4f
    • Dan Abramov's avatar
      3d444081
    • 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
    • Kent C. Dodds's avatar
      add experimental babel-plugin-macros support (#3675) · 3c3547f9
      Kent C. Dodds authored
      * add experimental babel-plugin-macros support
      
      closes #2730
      
      This will remain undocumented until the brave have tried it in the wild.
      
      **Test Plan:**
      
      There's currently no established way to test changes to
      `babel-preset-react-app`. But I did create
      [`unmaintained-react-scripts-babel-macros`](https://www.npmjs.com/package/unmaintained-react-scripts-babel-macros)
      [a while back](https://github.com/facebookincubator/create-react-app/issues/2730#issuecomment-328153982)
      and it worked well.
      
      * Pin the version
      3c3547f9
    • 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
  19. 14 Jan, 2018 1 commit
  20. 31 Oct, 2017 1 commit
    • Dan Abramov's avatar
      Publish · 5e7b9675
      Dan Abramov authored
       - babel-preset-react-app@3.1.0
       - react-dev-utils@4.2.0
       - react-error-overlay@3.0.0
       - react-scripts@1.0.15
      5e7b9675
  21. 28 Oct, 2017 1 commit
    • Dan Abramov's avatar
      Bump dependencies (#3342) · d98b7565
      Dan Abramov authored
      * Bump dependencies
      
      * Downgrade source-map back to 0.5.x
      
      Not sure what changed there but our bundle snapshot doesn't match with minor changes.
      I couldn't figure out how to update it, and also whether we need to tweak getPrettyURL in response.
      d98b7565
  22. 27 Sep, 2017 1 commit
    • Joe Haddad's avatar
      Publish · b2c0b3f7
      Joe Haddad authored
       - babel-preset-react-app@3.0.3
       - create-react-app@1.4.1
       - eslint-config-react-app@2.0.1
       - react-dev-utils@4.1.0
       - react-error-overlay@2.0.2
       - react-scripts@1.0.14
      b2c0b3f7
  23. 26 Sep, 2017 1 commit
  24. 09 Aug, 2017 1 commit
    • 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
  25. 28 Jun, 2017 2 commits
    • Dan Abramov's avatar
      Publish · 7796c94d
      Dan Abramov authored
       - babel-preset-react-app@3.0.1
       - create-react-app@1.3.2
       - eslint-config-react-app@1.0.5
       - react-dev-utils@3.0.1
       - react-error-overlay@1.0.8
       - react-scripts@1.0.8
      7796c94d
    • Dan Abramov's avatar
      Bump dependencies (#2658) · 16e5d15e
      Dan Abramov authored
      16e5d15e
  26. 16 May, 2017 3 commits