Skip to content

Commit

Permalink
fix(pwa-helper): disable dynamic entryNames in build
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 5, 2023
1 parent b125318 commit b829639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pwa-helper/esbuild.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const esbuildContext = await esbuild.context({
outbase: srcDir,
outdir: outDir,
assetNames: 'asset/[name]-[hash]',
entryNames: watchMode ? '[name]' : '[dir]/[name]-[hash]',
// entryNames: watchMode ? '[name]' : '[dir]/[name]-[hash]',
chunkNames: 'chunks/[name]-[hash]',
});

Expand Down

0 comments on commit b829639

Please sign in to comment.