We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74af65e + 55a19d7 commit 4f325f8Copy full SHA for 4f325f8
config/webpack.config.js
@@ -25,6 +25,6 @@ module.exports = {
25
],
26
},
27
resolve: {
28
- extensions: ['.ts', '.js'],
+ extensions: ['.ts', '.js', '.tsx', '.jsx'],
29
30
}
0 commit comments