Commit 99bf212
committed
Make aspnet-webpack resilient against Webpack configs with nonstring entrypoints. Fixes aspnet#376.
1 parent 418255e commit 99bf212Copy full SHA for 99bf212
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedOpen diff view settings
Filter options
- src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack
- src
Expand file treeCollapse file tree
2 files changed
+2
-2
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/WebpackDevMiddleware.ts
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/src/WebpackDevMiddleware.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
231 | 231 | |
232 | 232 | |
233 | 233 | |
234 | | - |
| 234 | + |
235 | 235 | |
236 | 236 | |
237 | 237 | |
|
0 commit comments