Commit 359934e
Zhicheng Wang
feat: add css-with-mapping-loader to enable source mapping for component style
feat: add html-loader and markup-inline-loader1 parent 0f8689b commit 359934eCopy full SHA for 359934e
File tree
Expand file treeCollapse file tree
3 files changed
+10
-2
lines changedOpen diff view settings
Filter options
- packages/@angular/cli/models/webpack-configs
Expand file treeCollapse file tree
3 files changed
+10
-2
lines changedOpen diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
48 | 48 | |
49 | 49 | |
50 | 50 | |
| 51 | + |
51 | 52 | |
52 | 53 | |
53 | 54 | |
| ||
62 | 63 | |
63 | 64 | |
64 | 65 | |
| 66 | + |
65 | 67 | |
66 | 68 | |
67 | 69 | |
| ||
74 | 76 | |
75 | 77 | |
76 | 78 | |
| 79 | + |
77 | 80 | |
78 | 81 | |
79 | 82 | |
|
Collapse file
packages/@angular/cli/models/webpack-configs/common.ts
Copy file name to clipboardExpand all lines: packages/@angular/cli/models/webpack-configs/common.ts+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
124 | 124 | |
125 | 125 | |
126 | 126 | |
127 | | - |
| 127 | + |
128 | 128 | |
129 | 129 | |
130 | 130 | |
|
Collapse file
packages/@angular/cli/models/webpack-configs/styles.ts
Copy file name to clipboardExpand all lines: packages/@angular/cli/models/webpack-configs/styles.ts+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | | - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
94 | 99 | |
95 | 100 | |
96 | 101 | |
|
0 commit comments