Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 10, 2024
1 parent 870e78d commit 8b0ba53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions esbuild-plugins.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import path from 'node:path';
/**
* this plugin resolves to a browser version of compression.ts that
* does not include LZO comprssion.
* this plugin resolves to a browser version of compression.ts that uses different code for browsers
*/
export const compressionBrowserPlugin = {
name: 'compressionBrowser',
Expand Down

0 comments on commit 8b0ba53

Please sign in to comment.