mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(webpack): explicitly pass outputFileSystem to webpackDevMiddleware (#7613)
This commit is contained in:
parent
330c5643e8
commit
a87218b745
@ -176,6 +176,7 @@ export class WebpackBundler {
|
||||
stats: false,
|
||||
logLevel: 'silent',
|
||||
watchOptions: this.buildContext.options.watchers.webpack,
|
||||
fs: compiler.outputFileSystem,
|
||||
...buildOptions.devMiddleware
|
||||
})
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user