Skip to content

Commit

Permalink
Merge pull request #16766 from piranna/patch-1
Browse files Browse the repository at this point in the history
Added `assert/strict` built-in
  • Loading branch information
TheLarkInn committed Mar 9, 2023
2 parents 710eaf4 + cb02826 commit c989143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node/NodeTargetPlugin.js
Expand Up @@ -11,6 +11,7 @@ const ExternalsPlugin = require("../ExternalsPlugin");

const builtins = [
"assert",
"assert/strict",
"async_hooks",
"buffer",
"child_process",
Expand Down

0 comments on commit c989143

Please sign in to comment.