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

Update from upstream repo facebookincubator/create-react-app #1

Merged
merged 10 commits into from
Jun 12, 2017

Commits on Jun 2, 2017

  1. Update Travis CI Node versions in User Guide (#2454)

    Removed Node v4 (CRA only supports Node >= 6)
    ryansully authored and gaearon committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    d1f37d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2017

  1. re-add storybook && update the documentation and links (#2331)

    * re-add storybook && update the documentation and links
    
    * Change to new documentation domain
    ndelangen authored and Timer committed Jun 4, 2017
    Configuration menu
    Copy the full SHA
    e898215 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    b264b8d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Added NamedModulesPlugin in webpack.config.dev.js (#2458)

    * Added NamedModulesPlugin in webpack.config.dev.js
    
    * Update webpack.config.dev.js
    Zaccc123 authored and gaearon committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    c78c1fa View commit details
    Browse the repository at this point in the history
  2. Unscope detect-port (#2483)

    Resolves #2481
    Timer committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    dc4ce60 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Update webpack links to point to webpack 2 (#2492)

    * Update README.md to make links to webpack point to webpack.js.org instead
      insteade of webpack 1 webpack.githup.io
    Stanislas Ormières authored and gaearon committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    9438c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    054778f View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Fix minor docs typo (#2500)

    AlexxNica authored and Timer committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    cccd855 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Fix link to Storybook docs (#2521)

    shilman authored and Timer committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    9b3cf2f View commit details
    Browse the repository at this point in the history
  2. Simplify flow init docs (#2522)

    - Call `npm run flow --init` won't create a .flowconfig file, it should be `npm run flow init`
    khanglu authored and Timer committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    67f6163 View commit details
    Browse the repository at this point in the history