Я использую Babel с sourceMap true для приложения vue.
/tsconfig.json
"sourceMap": true
when I get an error message in console it does not indicate the exact line of the error
[Vue warn]: Error in data(): "TypeError: Cannot read property 'split' of null"
найдено в
---> в node_modules / myapp / lib / components / my-input.vue
Существуют ли какие-либо конфигурации, которые я могу изменить, чтобы получить точную строку ошибки?