diff --git a/config/webpack.config.js b/config/webpack.config.js index e0d1475..cbd6388 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -25,6 +25,6 @@ module.exports = { ], }, resolve: { - extensions: ['.ts', '.js'], + extensions: ['.ts', '.js', '.tsx', '.jsx'], }, }