Skip to content

Commit

Permalink
Turn on a precompress flag
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbeck committed Sep 21, 2023
1 parent fb884fe commit d2ce0cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ const config = {
pages: 'dist',
assets: 'dist',
fallback: undefined,
precompress: false,
precompress: true,
strict: true
}),
alias: {
'~stories/*': 'src/stories/*'
}

}
};

Expand Down

0 comments on commit d2ce0cc

Please sign in to comment.