Skip to content

Commit

Permalink
fix(richardtallent#70): add support for the reportCompressedSize para…
Browse files Browse the repository at this point in the history
…meter
  • Loading branch information
mojoaxel committed Mar 19, 2023
1 parent 19d04df commit 02b4fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ const _useRecommendedBuildConfig = (config: UserConfig) => {
config.build.chunkSizeWarningLimit = 100000000
// Emit all CSS as a single file, which `vite-plugin-singlefile` can then inline.
config.build.cssCodeSplit = false
// Avoids the extra step of testing Brotli compression, which isn't really pertinent to a file served locally.
config.build.reportCompressedSize = false
// Subfolder bases are not supported, and shouldn't be needed because we're embedding everything.
config.base = undefined

Expand Down

0 comments on commit 02b4fa8

Please sign in to comment.