Skip to content

Commit

Permalink
Add filenames settings
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-ok committed Nov 5, 2023
1 parent d09f16d commit 6284bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commands/reshowcase
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ const entryPathRelativeToCwd = path.relative(process.cwd(), entryPath);

const defaultConfig = {
entryPoints: [entryPath],
entryNames: "[name]-[hash]",
assetNames: "[name]-[hash]",
chunkNames: "[name]-[hash]",
bundle: true,
outdir: outputPath,
format: "esm",
Expand Down

0 comments on commit 6284bb3

Please sign in to comment.