Skip to content

Commit b7e4a21

Browse files
committed
fix: fix func names
1 parent 6975a43 commit b7e4a21

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lib/require.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
module.exports = function ( path ) {
2-
return require( path );
3-
};
1+
module.exports = require;

0 commit comments

Comments
 (0)