-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Error: Config did not export an object #1414
Comments
You shouldn't be using the global version of webpack. See the README in this repo -- all you need to run the project is |
Also, if you were just confused about why we're on an earlier version of webpack, you can see #980 which attempts to fix that problem but is blocked by a few issues atm. |
@skipjack I understand the problem, just think when the |
Yeah I was wondering that too when I read your comment. If that is still an issue I would create a ticket on the main repo... this one is specifically for docs not bugs. |
node -v
v6.11.0
webpack -v
3.2.0
I fork this project, and today to upgrade the global webpack to 3.2.0, but when
webpack -v
outputConfig did not export an object
. In other projects is goodThe text was updated successfully, but these errors were encountered: