vite-plugin-compression

vite plugin. compress your bundle file.

MIT License

Downloads
141.3K
Stars
122

Bot releases are visible (Hide)

vite-plugin-compression - Latest Release

Published by github-actions[bot] about 1 month ago

Improves

  • tarball support generate gz archive.

Patches

  • Fix vite@2 can't work.
vite-plugin-compression -

Published by github-actions[bot] 2 months ago

  • Support work with plugins that specify hook order.
vite-plugin-compression -

Published by github-actions[bot] 2 months ago

  • Migrate to tar-mini
vite-plugin-compression -

Published by github-actions[bot] 3 months ago

Improves

  • Option include add more defaults.

Patches

  • Fix overload error.

Credits

@mengdaoshizhongxinyang @silverwind

vite-plugin-compression -

Published by github-actions[bot] 4 months ago

Improve

  • Remove tar-stream.
vite-plugin-compression -

Published by github-actions[bot] 5 months ago

Patches

  • Tarball should handle right static sources.
vite-plugin-compression -

Published by github-actions[bot] 6 months ago

Improve

  • Option include add default value.

Credits

@Ibadichan

vite-plugin-compression -

Published by github-actions[bot] 8 months ago

Background

This is a stable version.

Major

  • Rename plugin cp as tarball and remove unnecessary options.

Improves

  • Optimize compression task.
vite-plugin-compression -

Published by github-actions[bot] 9 months ago

Background

Improves

  • expose new plugin cp.(a tarball helper)
vite-plugin-compression -

Published by github-actions[bot] 12 months ago

Background

  • Details see #41
vite-plugin-compression -

Published by github-actions[bot] 12 months ago

Background

Improves

  • Perf types.
  • Reduce unnecessary installation packages.
vite-plugin-compression -

Published by github-actions[bot] about 1 year ago

Background

Improves

  • Reduce bundle size.

Patches

  • Fix can't work at monorepo.
vite-plugin-compression -

Published by github-actions[bot] about 1 year ago

Background

  • Make options happy
vite-plugin-compression -

Published by github-actions[bot] about 1 year ago

Background

Patches

  • Fix output option duplicate. #39
vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31
vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Patches

  • Fix chunk with side effect can't work with threshold #33
vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Improve & Features

  • Add skipIfLargerOrEqual option. #32

Credits

@vHeemstra @nonzzz

vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Improve

  • Static Directory support size check.
vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Patches

  • Fix filename same as bundle source name can't work. #30

Credits

@jglee96 @nonzzz

vite-plugin-compression -

Published by github-actions[bot] over 1 year ago

Background

Improve

  • Reduce unnecessary io (Currently, We don't handle viteMetaData. Because vite has already process them)
  • Add queue to optimize task processing.

Patches

  • Fix that the file with side effect can't be filtred.
  • Static assets can't handle correctly.