Skip to content

Commit 6d5dee8

Browse files
committed
Fixing bad merge
1 parent 35d9e6f commit 6d5dee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ConfigGenerator {
7373
config.stats = this.buildStatsConfig();
7474

7575
config.resolve = {
76-
extensions: ['.js', '.jsx', '.vue', '.ts', '.tsx'];
76+
extensions: ['.js', '.jsx', '.vue', '.ts', '.tsx'],
7777
alias: {}
7878
};
7979

0 commit comments

Comments
 (0)