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 starting with custom webpack config #31

Open
mvosz opened this issue Nov 15, 2017 · 0 comments
Open

Error starting with custom webpack config #31

mvosz opened this issue Nov 15, 2017 · 0 comments

Comments

@mvosz
Copy link

mvosz commented Nov 15, 2017

I've configured my setup as described in the redme, except for one line ( webpackConfig: require('./webpack.config'), ) for custom webpack configuration file and recieved an error:

for(const module of chunk.modulesIterable)
TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined

research resolves, it's a problem with yarn and the webpack-dev-server and it's recommended to install it with npm (webpack/webpack-dev-server#947), but stuck at the same error.

I'm using angular cli and extracted the webpack config with ng eject, use yarn instead of npm.

Any ideas?

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

1 participant