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

Fix failure of 'webpack --watch' with extracted chunks #5288

Conversation

stefwalter
Copy link
Contributor

@stefwalter stefwalter commented Nov 1, 2016

This should fix the strange failure of 'webpack --watch' with
the following message related to CSS files:

Order in extracted chunk undefined

There are upstream pull requests in webpack which work to fix
this, but for now we just work around the issue.

webpack-contrib/extract-text-webpack-plugin#166

This should fix the strange failure of 'webpack --watch' with
the following message:

 Order in extracted chunk undefined

There are upstream pull requests in webpack which work to fix
this, but for now we just work around the issue.

webpack-contrib/extract-text-webpack-plugin#166
@stefwalter stefwalter added the release-blocker Targetted for next release label Nov 2, 2016
@stefwalter
Copy link
Contributor Author

This breaks development for non-make users, marking as priority.

@mvollmer mvollmer closed this in 4688990 Nov 2, 2016
@stefwalter stefwalter deleted the fix-webpack-watch-extracted-chunks branch November 30, 2016 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker Targetted for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants