You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sourcemaps that result from build.js do not appear correct. I think there are a couple of contributing problems:
some source files are preprocessed before being concatenated together into the final source. This means that the line numbers referenced by the sourcemap will not match up correctly with the source files on the filesystem.
no real sourcemap is generated at all for the non-minified version of the build
mangled variable names don't seem to get mapped back properly (at least in chrome)
I think a tool like concat-with-sourcemaps might be a nice approach for the non-minified version (working on a branch for that).
The uglified sourcemap is a trickier problem. I can't get the sourcemap to quite line up right w/ the src files.
I think the primary goal is to make source mapping work for the non-minified version, as that is the version that people will develop/debug with, making the sourcemap a more critical working element.
Description of the problem
The sourcemaps that result from build.js do not appear correct. I think there are a couple of contributing problems:
I think a tool like concat-with-sourcemaps might be a nice approach for the non-minified version (working on a branch for that).
The uglified sourcemap is a trickier problem. I can't get the sourcemap to quite line up right w/ the src files.
I think the primary goal is to make source mapping work for the non-minified version, as that is the version that people will develop/debug with, making the sourcemap a more critical working element.
...
Three.js version
Browser
OS
Hardware Requirements (graphics card, VR Device, ...)
The text was updated successfully, but these errors were encountered: