We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6975a43 commit b7e4a21Copy full SHA for b7e4a21
1 file changed
lib/require.cjs
@@ -1,3 +1 @@
1
-module.exports = function ( path ) {
2
- return require( path );
3
-};
+module.exports = require;
0 commit comments