Update webpack.web.config.js
This commit is contained in:
parent
aa6b2925ed
commit
ce640d9c98
|
@ -107,7 +107,8 @@ const config = {
|
||||||
fs: 'empty',
|
fs: 'empty',
|
||||||
net: 'empty',
|
net: 'empty',
|
||||||
tls: 'empty',
|
tls: 'empty',
|
||||||
child_process: 'empty'
|
child_process: 'empty',
|
||||||
|
dns: 'empty'
|
||||||
},
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
// new WriteFilePlugin(),
|
// new WriteFilePlugin(),
|
||||||
|
|
Loading…
Reference in New Issue