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 [email protected] in yarn installation logs.
When I eject the app it uses� [email protected] as well.
Environment
Run these commands in the project folder and fill in their results:
└── [email protected]
$ 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:
- osx 10.12.3
- --/--
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
[email protected]in yarn installation logs.When I
ejectthe app it uses� [email protected] as well.Environment
Run these commands in the project folder and fill in their results:
└── [email protected]$ node -v v7.0.0$ npm -v 4.2.0$ yarn --version 0.17.10// tried to do yarn cache clean as wellThen, specify: