mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
Stub node's fs when using webpack (#10411)
This commit is contained in:
parent
c5d3fd5bb2
commit
60b36f7f9a
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ class BaseOptimizer {
|
|||
};
|
||||
|
||||
return {
|
||||
node: { fs: 'empty' },
|
||||
context: fromRoot('.'),
|
||||
entry: this.bundles.toWebpackEntries(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue