fix(webpack): explicitly pass outputFileSystem to webpackDevMiddleware (#7613)

This commit is contained in:
Denis Karabaza 2020-06-26 15:55:45 +03:00 committed by GitHub
parent 330c5643e8
commit a87218b745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,7 @@ export class WebpackBundler {
stats: false,
logLevel: 'silent',
watchOptions: this.buildContext.options.watchers.webpack,
fs: compiler.outputFileSystem,
...buildOptions.devMiddleware
})
)