We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8b7c4c + d9f7105 commit 17bc57eCopy full SHA for 17bc57e
1 file changed
src/cli/util/content-types.ts
@@ -36,6 +36,7 @@ const defaultContentTypes: ContentTypeDef[] = [
36
{ test: /\.pdf$/, contentType: 'application/pdf', text: false },
37
{ test: /\.tar$/, contentType: 'application/x-tar', text: false, precompressAsset: true, },
38
{ test: /\.zip$/, contentType: 'application/zip', text: false },
39
+ { test: /\.wasm$/, contentType: 'application/wasm', text: false },
40
{ test: /\.eot$/, contentType: 'application/vnd.ms-fontobject', text: false },
41
{ test: /\.otf$/, contentType: 'font/otf', text: false },
42
{ test: /\.ttf$/, contentType: 'font/ttf', text: false },
0 commit comments