Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Feb 2, 2024
1 parent 404b154 commit a3171bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/build.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,6 @@ namespace $ {
for( let dep in deps ) {
if( !/^\/node(?:_modules)?\//.test( dep ) ) continue
let mod = dep.replace( /^\/node(?:_modules)?\// , '' ).replace( /\/.*/g , '' )
console.log( mod, dep )
res.add( mod )
}
}
Expand Down

0 comments on commit a3171bd

Please sign in to comment.