-
Notifications
You must be signed in to change notification settings - Fork 29
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
webpack 2 syntax for preloader (enforce: 'pre'
) return error
#142
Comments
Have the same problem. In the readme is written that
So for webpack 2, there is no reason to use
Could someone explain it clearly? It looks that webpack 2 has config validation, after removing
So nice! |
Same issue what is the solution? |
The solution is to not use this package with Webpack 2 anymore. It's no longer necessary. Please see the notice in the README. Cheers! |
using the webpack 2 syntax for preloader (
enforce: 'pre'
) ...return
"enforce" is not allowed
error message.Will be glad to work on a fix, if someone can point me to where this validation is happening
The text was updated successfully, but these errors were encountered: