We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d2efd commit 55a19d7Copy full SHA for 55a19d7
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