Stub node's fs when using webpack

This commit is contained in:
Rashid Khan 2017-02-16 13:18:46 -07:00
parent ae4a6f070a
commit aef89e8ab9

View file

@ -91,6 +91,7 @@ class BaseOptimizer {
};
return {
node: { fs: 'empty' },
context: fromRoot('.'),
entry: this.bundles.toWebpackEntries(),