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.
2 parents a491d95 + 32acf2b commit 6a403abCopy full SHA for 6a403ab
webpack.config.js
@@ -86,6 +86,6 @@ module.exports = {
86
//tells webpack where to look for modules
87
modules: ['node_modules'],
88
//extensions that should be used to resolve modules
89
- extensions: ['.js', '.jsx']
+ extensions: ['', '.js', '.jsx']
90
}
91
};
0 commit comments