Skip to content

Commit 9994a42

Browse files
authored
Merge pull request #29 from Shinyaigeek/chore/fix-webpack-resolve-extension
Fix: webpack resolve extensions tsx -> .tsx
2 parents 5ba0113 + 4d52631 commit 9994a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
},
2929
plugins: [htmlWebpackPlugin],
3030
resolve: {
31-
extensions: ['.js', '.jsx', '.ts', 'tsx'],
31+
extensions: ['.js', '.jsx', '.ts', '.tsx'],
3232
},
3333
devServer: {
3434
port: 3001,

0 commit comments

Comments
 (0)