You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unsure if I'm seeing a bug. I thought create react app was now using Webpack 2, but when I run create-react-app using the latest release, I still get 1.4.1 in react-scripts' package.json. Is this intended behavior?
Can you reproduce the problem with latest npm? Yes
Many errors, especially related to "missing modules", are due to npm bugs.
The behavior is correct. Webpack 2 support has just been merged to master a few days ago, and it will take a little while before it shows up in the stable release.
Unsure if I'm seeing a bug. I thought create react app was now using Webpack 2, but when I run create-react-app using the latest release, I still get 1.4.1 in react-scripts' package.json. Is this intended behavior?
Can you reproduce the problem with latest npm? Yes
Many errors, especially related to "missing modules", are due to npm bugs.
If you're using Windows, follow these instructions to update npm.
If you're using OS X or Linux, run this to update npm:
Then try to reproduce the issue again.
Can you still reproduce it?
Description
What are you reporting?
Expected behavior
Running create react app produces an application using webpack 2.
Actual behavior
I get a project that's using webpack 1.4
Environment
Run these commands in the project folder and fill in their results:
npm ls react-scripts
(if you haven’t ejected):node -v
: 7.7.1npm -v
: 4.1.2Then, specify:
Reproducible Demo
The text was updated successfully, but these errors were encountered: