Skip to content

Commit

Permalink
fix: add configuration esbuild to allow overWriting (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
halcin authored Mar 15, 2023
1 parent 77740a3 commit 96f79e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reporting/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export async function HTML(data) {

spinner.text = kleur.yellow().bold("Bundling assets with esbuild");
await esbuild.build({
allowOverwrite: true,
entryPoints: [
path.join(CONSTANTS.DIRS.PUBLIC, "scripts", "main.js"),
path.join(CONSTANTS.DIRS.PUBLIC, "css", "style.css"),
Expand Down

0 comments on commit 96f79e3

Please sign in to comment.