-
Notifications
You must be signed in to change notification settings - Fork 123
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 5 warns about a deprecation in watch mode #230
Comments
Not a bug. See #109 followed by https://github.com/shama/webpack-stream#usage-with-gulp-watch |
Reopening. Per #18 (comment) the approach in #109 is 10x slower than We need to resolve the deprecation warning mentioned above. |
@shama I think I figured it out. If you invoke:
where One way you could fix this bug is to simply strip |
webpack-stream 6.1.0
webpack 5.4.0
I've successfully used this plugin with a custom Webpack 5 compiler passed in as the second argument. One thing I am unable to get working is "watch mode". If I take a working webpack configuration and add
watch = true
then Webpack fails with:I get this when invoking:
where
config
includeswatch=true
.Oddly, I don't get this warning if I invoke
webpack.watch()
directly without this plugin.The text was updated successfully, but these errors were encountered: