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

Overlay is invalid in webpack5. Haven't you solved it yet? How long do you plan to publish it to the master? I hope you can reply #417

Open
yizhengfeng-jj opened this issue Jan 24, 2022 · 0 comments

Comments

@yizhengfeng-jj
Copy link

  • Operating System: mac
  • Node Version: v12.22.1
  • NPM Version: 6.14.12
  • webpack Version: 5.65.0
  • webpack-hot-middleware Version: 2.25.1

Expected Behavior

Overlay can be used normally

Actual Behavior

Overlay failure

Code

  // webpack.config.js
app.use(
        webpackHotMiddleware(compiler, {
            log: false,
            path: '/__webpack_hmr',
            heartbeat: 1000,
            overlay: true
        })
    );

other

I found that this problem was fixed a long time ago, but it has been submitted to the webpack5 branch. I want to ask when to publish to the master and issue a new NPM package, or whether there is an NPM package corresponding to the webpack5 branch. If so, can you tell me which version it is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant