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

Created app has Webpack1 instead of Webpack2 #1599

Closed
sublimeye opened this issue Feb 20, 2017 · 1 comment
Closed

Created app has Webpack1 instead of Webpack2 #1599

sublimeye opened this issue Feb 20, 2017 · 1 comment

Comments

@sublimeye
Copy link

Description

When I create a new "react-app" webpack1 is still being used, even though I noticed that an upgrade from webpack1 to webpack2 was about a week ago.

Expected behavior

Should use webpack": "2.2.1 (or whatever is specified under packages/react-scripts/package.json)

Actual behavior

When I create an app I see that webpack@1.14.0 in yarn installation logs.
When I eject the app it uses� webpack@1.14 as well.

Environment

Run these commands in the project folder and fill in their results:
└── react-scripts@0.9.0
$ node -v v7.0.0
$ npm -v 4.2.0
$ yarn --version 0.17.10 // tried to do yarn cache clean as well

Then, specify:

  1. osx 10.12.3
  2. --/--
@gaearon
Copy link
Contributor

gaearon commented Feb 20, 2017

We develop on master, just like most repositories do, including React. This means you'll see many things on master that haven't made it yet into a release. Please consult the Releases page for available features, not what's in master. Webpack 2 support is not released yet (and there some issues we still need to iron out before including it).

@gaearon gaearon closed this as completed Feb 20, 2017
@sublimeye sublimeye mentioned this issue Feb 20, 2017
10 tasks
@lock lock bot locked and limited conversation to collaborators Jan 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants