-
-
Notifications
You must be signed in to change notification settings - Fork 376
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
compiler.plugin is not a function #66
Comments
My fault, was using webpack-stream |
Also using webpack-stream, but how else to integrate with Gulp?
|
Nevermind, this works:
|
I got a similar kind of issue
|
I get the same error, because I use webpack.config.js directly, like this:
the right code is (you need to require webpack first)
|
I have the same issue, but i use express. |
I am upgrading to Webpack 5 following the steps described here in Webpack official doc. I have completed all steps applicable & now getting below error. What to do ? Below is my config file ` const errorOverlayMiddleware = require('react-error-overlay/middleware'); const protocol = process.env.HTTPS === 'true' ? 'https' : 'http'; module.exports = function (proxy, allowedHost) { |
@DhirendraSingh100 Have you got solution of yours error. Please share with me. It will me very helpful |
I'm following the Browsersync - Webpack + React Hot Loader / React Transform HMR recipes trying to add hot-loader into my Gulp build system, but, I'm seeing the following error and I'm not sure to understand how this works in order to determine if this is an issue.
Any thoughts?
The text was updated successfully, but these errors were encountered: