-
0b5vr authored
* chore: replace the cdn, unpkg -> jsdelivr `unpkg.com/` -> `cdn.jsdelivr.net/npm/` I checked all changed examples, editor, manuals are working properly Context: unpkg is not reliable, especially when we are using NodeMaterials since there are a lot of modules to load. See: https://github.com/mrdoob/three.js/issues/28002#issuecomment-2019553689 Note that I also replaced in `editor-settings.js` I excluded `editor/js/libs/ffmpeg.min.js` and `examples/jsm/libs/chevrotain.module.min.js` `webgl2_ubo_arrays.html` still imports es-module-shims, is this required? * chore: remove es-module-shims from `webgl2_ubo_arrays.html` See: https://github.com/mrdoob/three.js/pull/28006#issuecomment-2020013107
447d344c