File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/mono/nuget/Microsoft.NET.Sdk.WebAssembly.Pack/build Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 88 <remove fileExtension =" .webcil" />
99 <remove fileExtension =" .json" />
1010 <remove fileExtension =" .wasm" />
11+ <remove fileExtension =" .webmanifest" />
1112 <remove fileExtension =" .woff" />
1213 <remove fileExtension =" .woff2" />
1314 <mimeMap fileExtension =" .blat" mimeType =" application/octet-stream" />
1617 <mimeMap fileExtension =" .dat" mimeType =" application/octet-stream" />
1718 <mimeMap fileExtension =" .json" mimeType =" application/json" />
1819 <mimeMap fileExtension =" .wasm" mimeType =" application/wasm" />
20+ <mimeMap fileExtension =" .webmanifest" mimeType =" application/manifest+json" />
1921 <mimeMap fileExtension =" .woff" mimeType =" application/font-woff" />
2022 <mimeMap fileExtension =" .woff2" mimeType =" application/font-woff" />
2123 </staticContent >
You can’t perform that action at this time.
0 commit comments