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

Error: Config did not export an object #1414

Closed
shaodahong opened this issue Jul 12, 2017 · 4 comments
Closed

Error: Config did not export an object #1414

shaodahong opened this issue Jul 12, 2017 · 4 comments

Comments

@shaodahong
Copy link
Contributor

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 output Config did not export an object. In other projects is good

@skipjack
Copy link
Collaborator

You shouldn't be using the global version of webpack. See the README in this repo -- all you need to run the project is npm install && npm start. Also -- just an FYI -- this project uses another build tool called antwar in combination with webpack so we don't use the webpack CLI directly to start the dev server or build process.

@skipjack
Copy link
Collaborator

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.

@shaodahong
Copy link
Contributor Author

@skipjack I understand the problem, just think when the webpack -v such a prompt is very strange

@skipjack
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants