We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0694e4 commit 0be90f2Copy full SHA for 0be90f2
lib/moduleEnv.js
@@ -48,6 +48,7 @@ function requireProxy(path) {
48
49
function registerExtensions() {
50
var originalCoffeeExtension = require.extensions[".coffee"];
51
+
52
if (originalCoffeeExtension) {
53
originalExtensions.coffee = originalCoffeeExtension;
54
}
0 commit comments