-
-
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
DllReferencePlugin fails when using webpack-dev-server #1037
Comments
yep, sorry that's not implemented yet. The problem is that the file is written into the in-memory filesystem, but the other compilation tries to read it from the real filesystem. Maybe we need to overlay the in-memory filesystem on top of the input filesystem. |
@sokra is any solution/workaround for that? I'm having the same problem but when i'm trying to build the production build. |
@jetpack3331 no, you can send a PR |
This issue had no activity for at least three months. It's subject to automatic issue closing if there is no activity in the next 15 days. |
bump |
Issue was closed because of inactivity. If you think this is still a valid issue, please file a new issue with additional information. |
I think it can be solved using |
Same problem - #861 |
Fixed in webpack v5, we split |
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
When using DllReferencePlugin with webpack-dev-server or webpack-dev-middleware, it will occurs an error:
If the current behavior is a bug, please provide the steps to reproduce.
and the
webpack.config
is just from this project's example directory, https://github.com/webpack/webpack/blob/master/examples/explicit-vendor-chunk/webpack.config.jsWhat is the expected behavior?
run correctly like the code below:
Please mention other relevant information such as the browser version, Node.js version, webpack version and Operating System.
node version: 6.9.0
webpack version: 3.8.1
The text was updated successfully, but these errors were encountered: