Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add react.config.js #7866

Closed
wants to merge 30 commits into from
Closed

[WIP] Add react.config.js #7866

wants to merge 30 commits into from

Commits on Oct 22, 2019

  1. Add webpack chain deps

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    5391b13 View commit details
    Browse the repository at this point in the history
  2. Use webpack-chain

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    243f9b6 View commit details
    Browse the repository at this point in the history
  3. Return same config

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    496e998 View commit details
    Browse the repository at this point in the history
  4. Fix performance setup

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    71d6f58 View commit details
    Browse the repository at this point in the history
  5. Fix devtool setup

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    5bec682 View commit details
    Browse the repository at this point in the history
  6. Remove variables

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    d1ce06a View commit details
    Browse the repository at this point in the history
  7. Fix entry

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    bbee600 View commit details
    Browse the repository at this point in the history
  8. Disable future emit assets

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    299d587 View commit details
    Browse the repository at this point in the history
  9. Disable strict export presence

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    5e2eb05 View commit details
    Browse the repository at this point in the history
  10. Fix includes

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    52dfed9 View commit details
    Browse the repository at this point in the history
  11. Fix loaders

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    83cf472 View commit details
    Browse the repository at this point in the history
  12. Fix resolve modules config

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    8ca8d45 View commit details
    Browse the repository at this point in the history
  13. Fix babel deps module loader

    yordis committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    b2cd1db View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Fix css loader order

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ce9d06b View commit details
    Browse the repository at this point in the history
  2. Remove deadcode

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    3572b59 View commit details
    Browse the repository at this point in the history
  3. fix post css

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0e2213a View commit details
    Browse the repository at this point in the history
  4. better output file

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b7d9922 View commit details
    Browse the repository at this point in the history
  5. Fix css extract setup

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    e860680 View commit details
    Browse the repository at this point in the history
  6. Use different files

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    6678520 View commit details
    Browse the repository at this point in the history
  7. Add temp test case

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    516577b View commit details
    Browse the repository at this point in the history
  8. Put vars back

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    981635a View commit details
    Browse the repository at this point in the history
  9. Converted to webpack chain

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    1ec1bbe View commit details
    Browse the repository at this point in the history
  10. Remove test file

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    db23a41 View commit details
    Browse the repository at this point in the history
  11. Fix entry name

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    8f924b3 View commit details
    Browse the repository at this point in the history
  12. Flip configs

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    493c3ae View commit details
    Browse the repository at this point in the history
  13. remove file

    yordis committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    ea2f240 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Export webpack chain config

    yordis committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6e32dc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Add react config path

    yordis committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    d73650f View commit details
    Browse the repository at this point in the history
  2. Load react config

    yordis committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    db63c50 View commit details
    Browse the repository at this point in the history
  3. Add webpackoverride

    yordis committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bab2a9f View commit details
    Browse the repository at this point in the history