This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Commit 3fccf86
authored
fix: lazy-ngmodule-hot-loader breaks the sourceMaps (#770)
The `lazy-ngmodule-hot-loader` breaks sourceMaps as it does not pass them to the next loaders. This breaks debugging with `--bundle` in VSCode extension as the files included in the `sourcesContent` cannot be mapped correctly to local files.1 parent aca851c commit 3fccf86
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
0 commit comments