We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc86779 commit 6d2cd13Copy full SHA for 6d2cd13
1 file changed
index.js
@@ -4,7 +4,7 @@
4
*/
5
6
if ((process || {}).type === 'renderer') {
7
- module.exports = require('./browser');
+ module.exports = require('./browser.js');
8
} else {
9
- module.exports = require('./node');
+ module.exports = require('./node.js');
10
}
0 commit comments