Skip to content

Commit 0e77152

Browse files
committed
adds jsx to supported extensions
1 parent 4701365 commit 0e77152

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
@@ -37,6 +37,6 @@ module.exports = {
3737
]
3838
},
3939
resolve: {
40-
extensions: [".tsx", ".ts", ".js"]
40+
extensions: [".tsx", ".ts", ".js", ".jsx"]
4141
}
4242
};

0 commit comments

Comments
 (0)