webpack configuration fix

This commit is contained in:
Denys Vuika
2017-05-04 15:40:16 +01:00
committed by Eugenio Romano
parent 31bd24839e
commit fc728676c0

View File

@@ -140,5 +140,9 @@ module.exports = {
new webpack.optimize.CommonsChunkPlugin({
name: ['app', 'vendor', 'polyfills']
})
]
],
node: {
fs: 'empty'
}
};