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
For example, dynamic imports (import()) but also imports with slash paths (import * as vec3a from 'gl-matrix/cjs/vec3.js') might not be supported properly at the moment.
However, keep in mind that the heuristic approach is only meant to be a baseline, so currently this has a very low priority.
The text was updated successfully, but these errors were encountered:
For example, dynamic imports (
import()
) but also imports with slash paths (import * as vec3a from 'gl-matrix/cjs/vec3.js'
) might not be supported properly at the moment.However, keep in mind that the heuristic approach is only meant to be a baseline, so currently this has a very low priority.
The text was updated successfully, but these errors were encountered: