mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Stub node's fs when using webpack
This commit is contained in:
parent
ae4a6f070a
commit
aef89e8ab9
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