Skip to content

Commit

Permalink
fix: correct main entry point
Browse files Browse the repository at this point in the history
Signed-off-by: eXhumer <[email protected]>
  • Loading branch information
eXhumer committed Oct 21, 2024
1 parent 5d36240 commit f451b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack/main.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { rules } from './rules';
import { plugins } from './plugins';

export const mainConfig: Configuration = {
entry: './src/index.ts',
entry: './src/Index.ts',
module: {
rules,
},
Expand Down

0 comments on commit f451b04

Please sign in to comment.