Skip to content

Commit

Permalink
[#385] Minify JS
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Jun 21, 2023
1 parent e87fd0d commit 2d2532f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .template/variants/web/app/javascript/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ require('esbuild')
inject: ['app/javascript/global.js'],
bundle: true,
sourcemap: true,
minify: !watch,
outdir: 'app/assets/builds',
})
.then((ctx) => {
Expand Down

0 comments on commit 2d2532f

Please sign in to comment.