The Importance of Source Maps When Debugging
We recently faced a JavaScript error when running our production build process that proved impossible to debug. This was only an issue when running our production build process, the development process worked fine. We’d just switched our build tools from Webpack to Vite due to the huge improvements it provides to the developer experience, and …