We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac7fb4 commit 7a1f510Copy full SHA for 7a1f510
1 file changed
lib/resolver.js
@@ -91,7 +91,7 @@ class Resolver {
91
__proto__: null,
92
'.js': this.makeExtensionHandler(vm, 'loadJS'),
93
'.json': this.makeExtensionHandler(vm, 'loadJSON'),
94
- ' .node': this.makeExtensionHandler(vm, 'loadNode'),
+ '.node': this.makeExtensionHandler(vm, 'loadNode'),
95
};
96
}
97
0 commit comments