Skip to content

Commit 2ed3187

Browse files
Update webpack.config.cjs
Co-authored-by: Copilot <[email protected]>
1 parent 2eda234 commit 2ed3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = (env) => {
1414
entry: "./src/index.ts",
1515

1616
resolve: {
17-
extensions: [".ts", ".tsx", ".js", ".json", "js", "jsx"],
17+
extensions: [".ts", ".tsx", ".js", ".json", ".js", ".jsx"],
1818
},
1919

2020
module: {

0 commit comments

Comments
 (0)