Skip to content

Commit

Permalink
Don't use subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Oct 30, 2024
1 parent 103d029 commit cf43af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function build() {
bundle: true,
sourcemap: true,
format: 'esm',
chunkNames: 'chunks/[name]-[hash]-1',
chunkNames: '[name]-[hash]-1',
splitting: true,
minify: process.env.NODE_ENV === 'production',
watch: process.argv.includes('--watch'),
Expand Down

0 comments on commit cf43af3

Please sign in to comment.