Commit 973253b
File tree
Expand file treeCollapse file tree
14 files changed
+108
-21
lines changedFilter options
- lib
- schemas
- test/configCases/source-map
- namespace-source-path
- namespace-source-path.library
Expand file treeCollapse file tree
14 files changed
+108
-21
lines changedlib/EvalDevToolModulePlugin.js
Copy file name to clipboardExpand all lines: lib/EvalDevToolModulePlugin.js+9-4Lines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
11 |
| - |
12 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
13 | 14 |
|
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
18 | 23 |
|
19 | 24 |
|
20 | 25 |
|
|
lib/EvalDevToolModuleTemplatePlugin.js
Copy file name to clipboardExpand all lines: lib/EvalDevToolModuleTemplatePlugin.js+8-4Lines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 |
| - |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
20 | 24 |
|
21 | 25 |
|
22 | 26 |
|
|
lib/EvalSourceMapDevToolModuleTemplatePlugin.js
Copy file name to clipboardExpand all lines: lib/EvalSourceMapDevToolModuleTemplatePlugin.js+6-2Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 |
| - |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
49 | 53 |
|
50 | 54 |
|
51 | 55 |
|
|
lib/ModuleFilenameHelpers.js
Copy file name to clipboardExpand all lines: lib/ModuleFilenameHelpers.js+17-6Lines changed: 17 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
| 30 | + |
29 | 31 |
|
30 | 32 |
|
31 | 33 |
|
| ||
48 | 50 |
|
49 | 51 |
|
50 | 52 |
|
51 |
| - |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
52 | 61 |
|
53 | 62 |
|
54 | 63 |
|
| ||
73 | 82 |
|
74 | 83 |
|
75 | 84 |
|
76 |
| - |
77 |
| - |
| 85 | + |
| 86 | + |
78 | 87 |
|
79 | 88 |
|
80 | 89 |
|
| ||
83 | 92 |
|
84 | 93 |
|
85 | 94 |
|
86 |
| - |
| 95 | + |
| 96 | + |
87 | 97 |
|
88 | 98 |
|
89 |
| - |
| 99 | + |
90 | 100 |
|
91 | 101 |
|
92 | 102 |
|
| ||
96 | 106 |
|
97 | 107 |
|
98 | 108 |
|
99 |
| - |
| 109 | + |
| 110 | + |
100 | 111 |
|
101 | 112 |
|
102 | 113 |
|
|
lib/SourceMapDevToolPlugin.js
Copy file name to clipboardExpand all lines: lib/SourceMapDevToolPlugin.js+12-4Lines changed: 12 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 |
| - |
62 |
| - |
| 61 | + |
| 62 | + |
| 63 | + |
63 | 64 |
|
64 | 65 |
|
65 | 66 |
|
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
69 | 70 |
|
| 71 | + |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
| ||
95 | 97 |
|
96 | 98 |
|
97 | 99 |
|
98 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
99 | 104 |
|
100 | 105 |
|
101 | 106 |
|
| ||
128 | 133 |
|
129 | 134 |
|
130 | 135 |
|
131 |
| - |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
132 | 140 |
|
133 | 141 |
|
134 | 142 |
|
|
+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
| 209 | + |
209 | 210 |
|
210 | 211 |
|
211 | 212 |
|
| ||
233 | 234 |
|
234 | 235 |
|
235 | 236 |
|
| 237 | + |
236 | 238 |
|
237 | 239 |
|
238 | 240 |
|
| ||
241 | 243 |
|
242 | 244 |
|
243 | 245 |
|
244 |
| - |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
245 | 251 |
|
246 | 252 |
|
247 | 253 |
|
|
lib/WebpackOptionsDefaulter.js
Copy file name to clipboardExpand all lines: lib/WebpackOptionsDefaulter.js+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
59 | 62 |
|
60 | 63 |
|
61 | 64 |
|
|
schemas/webpackOptionsSchema.json
Copy file name to clipboardExpand all lines: schemas/webpackOptionsSchema.json+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
323 | 323 |
|
324 | 324 |
|
325 | 325 |
|
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
326 | 330 |
|
327 | 331 |
|
328 | 332 |
|
|
test/configCases/source-map/namespace-source-path.library/index.js
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
test/configCases/source-map/namespace-source-path.library/test.js
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
test/configCases/source-map/namespace-source-path.library/webpack.config.js
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
test/configCases/source-map/namespace-source-path/index.js
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
test/configCases/source-map/namespace-source-path/test.js
Copy file name to clipboard+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
test/configCases/source-map/namespace-source-path/webpack.config.js
Copy file name to clipboard+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
0 commit comments