Update webpack.web.config.js

This commit is contained in:
Preston 2021-01-15 23:50:13 -05:00
parent aa6b2925ed
commit ce640d9c98
1 changed files with 2 additions and 1 deletions

View File

@ -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(),