From ce640d9c985fad9846fd2d68bc2372c43207d116 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 15 Jan 2021 23:50:13 -0500 Subject: [PATCH] Update webpack.web.config.js --- _scripts/webpack.web.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_scripts/webpack.web.config.js b/_scripts/webpack.web.config.js index 0716f1b3..35e59c37 100644 --- a/_scripts/webpack.web.config.js +++ b/_scripts/webpack.web.config.js @@ -107,7 +107,8 @@ const config = { fs: 'empty', net: 'empty', tls: 'empty', - child_process: 'empty' + child_process: 'empty', + dns: 'empty' }, plugins: [ // new WriteFilePlugin(),