Skip to content

Commit

Permalink
Merge pull request #71 from fllstx/70-allow-reportCompressedSize-para…
Browse files Browse the repository at this point in the history
…meter

fix(#70): add support for the reportCompressedSize parameter
  • Loading branch information
richardtallent committed Apr 2, 2023
2 parents 19d04df + 02b4fa8 commit 9fb2154
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 9fb2154

Please sign in to comment.