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
Building three.module.min.js with sourcemaps support ... by using the threejs-provided rc will gen wrong sourcemaps... almost all sources are missing in result map.
Reproduction steps
modify import map in webgl_animation_keyframes.html, "three": "../build/three.module.min.js"
run $ npm run dev
open webgl_animation_keyframes.html at localhost
bring up devtools; browse sources at "sources > viewer/ > localhost:8080/ > src/"
as you can see, almost all sources are missing.
Code
Live example
Screenshots
No response
Version
r156
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered:
Description
Building three.module.min.js with sourcemaps support ... by using the threejs-provided rc will gen wrong sourcemaps... almost all sources are missing in result map.
Reproduction steps
modify import map in webgl_animation_keyframes.html,
"three": "../build/three.module.min.js"
run
$ npm run dev
open webgl_animation_keyframes.html at localhost
bring up devtools; browse sources at "sources > viewer/ > localhost:8080/ > src/"
as you can see, almost all sources are missing.
Code
Live example
Screenshots
No response
Version
r156
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: