Commit 4696632
committed
In LoadViaWebpack, account for CSS/font/etc files referenced with URLs that have a querystring. Fixes aspnet#335.
1 parent adf4732 commit 4696632Copy full SHA for 4696632
File tree
Expand file treeCollapse file tree
2 files changed
+10
-5
lines changedOpen diff view settings
Filter options
- src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack
- src
Expand file treeCollapse file tree
2 files changed
+10
-5
lines changedOpen diff view settings
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | | - |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/LoadViaWebpack.ts+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
77 | 77 | |
78 | 78 | |
79 | 79 | |
80 | | - |
| 80 | + |
| 81 | + |
| 82 | + |
81 | 83 | |
82 | | - |
83 | | - |
84 | | - |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
85 | 90 | |
86 | 91 | |
87 | 92 | |
|
0 commit comments