Skip to content

Commit

Permalink
Implement UI asset minification in esbuild rather than Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jul 26, 2022
1 parent d9a973b commit 51d8722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pagefind_ui/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const build = async () => {
sveltePlugin({ compileOptions: { css: false } }),
sveltefixPlugin
],
minify: true,
loader: {},
define: {},
bundle: true,
Expand Down

0 comments on commit 51d8722

Please sign in to comment.