Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
There are many ways this could happen. For example: if the code is transpiled into another language (e.g. typescript to JavaScript) the console will display errors in the resulting JavaScript. So the line numbers won't match the original typescript file.
-
Gandalf416yMost likely showing the error line based on the bundled & concatenated dist file. Use source maps! ✨
-
voodoo145656yAccessing decompiled source code and not the original.
Accessing a different version of what's deployed. -
@D3add3d vue webpack is pretty damn good about telling you exactly where and what the error is though.
How that can happen?
joke/meme