Update webpack.config.js

This commit is contained in:
Oleg Bogdanov 2017-02-21 18:12:32 +09:00 committed by GitHub
parent 8f315071d1
commit b2f2ec4c25

View File

@ -51,5 +51,11 @@ module.exports = {
{ from: 'lib/views', to: 'views' }
]),
new ProgressBarPlugin()
]
],
node: {
fs: `empty`,
tls: `empty`,
dns: 'mock',
net: 'mock'
}
}