Description
From r161, the build files build/three.js and build/three.min.js have been removed. We have to use ES Modules or alternatives. Some projects here do not support ES modules or Common JS modules yet. Also, some projects are running on NW.js, which makes it difficult to change all code to support modules.
Solution
Please keep the three.js and three.min.js so we have the option to use the plain Three.js WITHOUT modules.
Alternatives
The alternative solution is that we have to use r160 version.
Additional context
Nowadays, many web applications run on Desktop environments, such as NW.js, Electron, etc. A plain Three.js and Three.min.js are very useful and flexible.
Description
From r161, the build files build/three.js and build/three.min.js have been removed. We have to use ES Modules or alternatives. Some projects here do not support ES modules or Common JS modules yet. Also, some projects are running on NW.js, which makes it difficult to change all code to support modules.
Solution
Please keep the three.js and three.min.js so we have the option to use the plain Three.js WITHOUT modules.
Alternatives
The alternative solution is that we have to use r160 version.
Additional context
Nowadays, many web applications run on Desktop environments, such as NW.js, Electron, etc. A plain Three.js and Three.min.js are very useful and flexible.