Skip to content

Commit

Permalink
removes analyze from esbuild config
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 committed Feb 8, 2022
1 parent a2b3311 commit b485c1d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions esbuild.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ esbuild
logLevel: "info",
sourcemap: !prod ? "inline" : false,
treeShaking: true,
outdir: dir,
metafile: true
})
.then(async (result) => {
let text = await esbuild.analyzeMetafile(result.metafile);
console.log(text);
outdir: dir
})
.catch(() => process.exit(1));

0 comments on commit b485c1d

Please sign in to comment.