I'm developing vue 3 application using vite. tslog library is useful for me but unfortunately, I cannot make it showing correct log positions. I tried to set source maps in vite.config.ts and tsconfig.json but it didn't work. My log position always looks like this: /node_modules/.vite/deps/tslog.js:937
Did I miss come configuration step or it is not supported yet?
I'm developing vue 3 application using vite. tslog library is useful for me but unfortunately, I cannot make it showing correct log positions. I tried to set source maps in
vite.config.tsandtsconfig.jsonbut it didn't work. My log position always looks like this:/node_modules/.vite/deps/tslog.js:937Did I miss come configuration step or it is not supported yet?