Skip to content

Commit

Permalink
minify js bundle from 1.2mb to 0.3mb (#98)
Browse files Browse the repository at this point in the history

Co-authored-by: Jonathan Dahan <git@jonathan.is>
  • Loading branch information
jedahan and Jonathan Dahan authored Oct 4, 2023
1 parent 6600bf2 commit 450e8d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const buildOptions = {
bundle: true,
platform: 'browser',
target: 'es2020',
minify: true,
sourcemap: true,
metafile: true,
logLevel: 'debug',
Expand Down

0 comments on commit 450e8d6

Please sign in to comment.