Skip to content

Please add three.js/three.min.js back #27763

Description

@wesleyted00

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions