Skip to content

Commit

Permalink
change dist filename
Browse files Browse the repository at this point in the history
  • Loading branch information
GooseOb committed May 10, 2024
1 parent b2cb767 commit 46b9f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let tmp;
while ((tmp = pattern.exec(raw))) define[tmp[1]] = tmp[2];

export default {
naming: 'dist/dist.js',
naming: 'dist/index.js',
define,
userscript: {
logErrors: !process.argv.includes('--build'),
Expand Down

0 comments on commit 46b9f2c

Please sign in to comment.