-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Allow writeToDisk as a middleware option #1357
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
Comments
I am facing the same issue as well.I was wondering when WDM supports this option why wont WDS support it ? and I end up here . I Would be pleased to see this simple thing shipped in the next release. As mentioned in 'Readme' I believe no features will be accepted until the maintenance work is complete |
@VijayKrish93 because |
Given that this project is no longer in maintenance mode (6c1d8d8#diff-04c6e90faac2675aa89e2176d2eec7d8) could this issue be reopened as this functionallity would be very handy for me right now. |
@Binarytales feel free to send a PR |
For Features; What is the motivation and/or use-case for the feature?
writeToDisk
was added to webpack-dev-middleware as an option. Can it be passed through so that the option can be set directly on the dev server?Assuming the option can just be passed through, it should be a very simple change:
webpack-dev-server/lib/Server.js
Line 95 in ef55984
cc/ @shellscape
The text was updated successfully, but these errors were encountered: