Missed sources for source maps #672
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Looks like there is no original sources in
*.js.map
files. For exampleprimeng.js.map
refers onprimeng.ts
file, but there is no such file in final bundle and also there is no inlined sources in source maps. This makes debugging of primeng a bit harder than it should be. So there could be 2 options:*.js.map
files refer them correctly."inlineSources": true
to thetsconfig.json
file.The last option is more preferable than the first one
JFYI: I'm using
1.0.0-beta.11
versionThe text was updated successfully, but these errors were encountered: