09/06/2021
A simple guide on how to make stack trace clickable, getting you to the exact file, line, and column using Webpack.
https://tabris.com/how-to-make-stack-traces-clickable-in-vs-code-when-using-webpack/
We discussed before how to use webpack in your Tabris.js project, and even how to make it work with source maps. A source map, among other things, makes the stack traces in the Tabris.js CLI console point to the right file and line. However, if you configure webpack only via devtool: 'inline-source-...