We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wasm
1 parent bc851e3 commit ce84142Copy full SHA for ce84142
packages/vite/src/node/plugins/reporter.ts
@@ -24,7 +24,7 @@ type LogEntry = {
24
mapSize: number | null
25
}
26
27
-const COMPRESSIBLE_ASSETS_RE = /\.(?:html|json|svg|txt|xml|xhtml)$/
+const COMPRESSIBLE_ASSETS_RE = /\.(?:html|json|svg|txt|xml|xhtml|wasm)$/
28
29
export function buildReporterPlugin(config: ResolvedConfig): Plugin {
30
const compress = promisify(gzip)
0 commit comments