@Fisu wrote:
It seems
ionic start
didn't add source mapping to the Typescript project automatically. In the tsconfig file I added:"inlineSourceMap": true
. This now provides the correct source maps to be used in the browser console, however, the compilation throws the following errorERROR in [default] Option 'sourceMap' cannot be specified with option 'inlineSourceMap'. ERROR in [default] Option 'sourceRoot' cannot be specified with option 'inlineSourceMap'.
I don't understand why it's mentioning the options
sourceMap
andsourceRoot
as these are not in the config.Any ideas how I can fix this error?
Posts: 1
Participants: 1