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 5ba0113 + 4d52631 commit 9994a42Copy full SHA for 9994a42
webpack.config.js
@@ -28,7 +28,7 @@ module.exports = {
28
},
29
plugins: [htmlWebpackPlugin],
30
resolve: {
31
- extensions: ['.js', '.jsx', '.ts', 'tsx'],
+ extensions: ['.js', '.jsx', '.ts', '.tsx'],
32
33
devServer: {
34
port: 3001,
0 commit comments