-
Notifications
You must be signed in to change notification settings - Fork 220
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
Document unsupported plugins #149
Comments
Sticking this here as a note for after we have proper code validations in place. In regards to Commons, @wied03 took a rather elegant approach in which he first normalized the entry points thus supporting the use of commons-chunk which at least appears to be a feature people are interested in. At minimum, it's worth further discussion at the appropriate time. |
It is also not possible to use Webpack DLL plugin, I think the reason is the same as for CommonsChunk plugin. |
Add note of which plugins are unsupported based on issue codymikol#149
Wait wat? Webpack DLL is unsupported? Is this still true with webpack 2? |
There are a few issues using some unsupported plugins (particularly commons). It would be nice to document unsupported plugins and possibly provide an example that separates a webpack test config eloquently.
Issues mentioning unsupported plugins:
The text was updated successfully, but these errors were encountered: