Commit 7c07beb
adding support to pass Env param to webpack
1 parent e7ffb8b commit 7c07bebCopy full SHA for 7c07beb
File tree
Expand file treeCollapse file tree
2 files changed
+7
-1
lines changedOpen diff view settings
Filter options
- src/Microsoft.AspNetCore.SpaServices
- Webpack
- npm/aspnet-webpack/src
Expand file treeCollapse file tree
2 files changed
+7
-1
lines changedOpen diff view settings
Collapse file
src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs
Copy file name to clipboardExpand all lines: src/Microsoft.AspNetCore.SpaServices/Webpack/WebpackDevMiddlewareOptions.cs+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
53 | 58 | |
54 | 59 | |
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+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
35 | 36 | |
36 | 37 | |
37 | 38 | |
| ||
248 | 249 | |
249 | 250 | |
250 | 251 | |
251 | | - |
| 252 | + |
252 | 253 | |
253 | 254 | |
254 | 255 | |
|
0 commit comments