From 3d76869da9d8ae0f90d4a675dd2d4fa0eb0fdc4c Mon Sep 17 00:00:00 2001 From: Juanra GM Date: Wed, 27 Oct 2021 20:48:34 +0200 Subject: [PATCH] fix: add missing external modules --- lib/node/NodeTargetPlugin.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/node/NodeTargetPlugin.js b/lib/node/NodeTargetPlugin.js index 87ddaa2b0..5c4a1f4bf 100644 --- a/lib/node/NodeTargetPlugin.js +++ b/lib/node/NodeTargetPlugin.js @@ -34,6 +34,8 @@ const builtins = [ "net", "os", "path", + "path/posix", + "path/win32", "perf_hooks", "process", "punycode",