Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 22, 2024
1 parent 0d21d65 commit b21dcdb
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions Configuration/ESBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,16 @@ export default {
},
}
: null,
!On
? ({
name: "Example",
setup({ onEnd }) {
onEnd(async () => {
await Exec(
"node ./Target/Class/Eliminate.js Configuration.ts",
);
});
},
} as Plugin)
: null,
{
name: "Example",
setup({ onEnd }) {
onEnd(async () => {
await Exec(
"node ./Target/Class/Eliminate.js Configuration.ts",
);
});
},
},
].filter(Boolean) as Plugin[]),
],
define: {
Expand Down

0 comments on commit b21dcdb

Please sign in to comment.