Skip to content

Commit

Permalink
fix(webpack): explicitly pass outputFileSystem to webpackDevMiddleware (
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesmiler committed Jun 26, 2020
1 parent 330c564 commit a87218b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/webpack/src/builder.js
Expand Up @@ -176,6 +176,7 @@ export class WebpackBundler {
stats: false,
logLevel: 'silent',
watchOptions: this.buildContext.options.watchers.webpack,
fs: compiler.outputFileSystem,
...buildOptions.devMiddleware
})
)
Expand Down

0 comments on commit a87218b

Please sign in to comment.