- Operating System: Win10
- Node Version: 9.2.0
- NPM Version: Yarn 1.5.1
- webpack Version: 4.4.1
- webpack-dev-server Version: 3.1.1
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:
|
this.middleware = webpackDevMiddleware(compiler, Object.assign({}, options, wdmOptions)); |
cc/ @shellscape
For Features; What is the motivation and/or use-case for the feature?
writeToDiskwas 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