File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/BlazorWasmSdk/Targets Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 5
5
<remove fileExtension =" .blat" />
6
6
<remove fileExtension =" .dat" />
7
7
<remove fileExtension =" .dll" />
8
+ <remove fileExtension =" .webcil" />
8
9
<remove fileExtension =" .json" />
9
10
<remove fileExtension =" .wasm" />
10
11
<remove fileExtension =" .woff" />
11
12
<remove fileExtension =" .woff2" />
12
13
<mimeMap fileExtension =" .blat" mimeType =" application/octet-stream" />
13
14
<mimeMap fileExtension =" .dll" mimeType =" application/octet-stream" />
15
+ <mimeMap fileExtension =" .webcil" mimeType =" application/octet-stream" />
14
16
<mimeMap fileExtension =" .dat" mimeType =" application/octet-stream" />
15
17
<mimeMap fileExtension =" .json" mimeType =" application/json" />
16
18
<mimeMap fileExtension =" .wasm" mimeType =" application/wasm" />
You can’t perform that action at this time.
0 commit comments