10000 Merge pull request #16766 from piranna/patch-1 · webpack/webpack@c989143 · GitHub
[go: up one dir, main page]

Skip to content

Commit c989143

Browse files
authored
Merge pull request #16766 from piranna/patch-1
Added `assert/strict` built-in
2 parents 710eaf4 + cb02826 commit c989143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node/NodeTargetPlugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const ExternalsPlugin = require("../ExternalsPlugin");
1111

1212
const builtins = [
1313
"assert",
14+
"assert/strict",
1415
"async_hooks",
1516
"buffer",
1617
"child_process",

0 commit comments

Comments
 (0)
0