Skip to content

Commit

Permalink
Enhanced transform functionality to include compression
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflowgo committed Nov 4, 2024
1 parent 5042082 commit ca0952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type {
import type { Logger } from 'vite'
import type { FileMap } from './serve'
import { createHash } from 'node:crypto'
import zlib from 'zlib';
import zlib from 'zlib'

export type SimpleTarget = {
src: string
Expand Down

0 comments on commit ca0952b

Please sign in to comment.