Skip to content

Commit

Permalink
Remove unnecessary three.min.cjs build (#25719)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofugaro committed Mar 27, 2023
1 parent 930b183 commit 6feb9e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
6 changes: 0 additions & 6 deletions build/three.min.cjs

This file was deleted.

17 changes: 0 additions & 17 deletions utils/build/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,23 +327,6 @@ const builds = [
]
},

{
input: 'src/Three.js',
plugins: [
addons(),
glsl(),
terser(),
header()
],
output: [
{
format: 'cjs',
name: 'THREE',
file: 'build/three.min.cjs',
indent: '\t'
}
]
},
{ // @deprecated, r150
input: 'src/Three.js',
plugins: [
Expand Down

0 comments on commit 6feb9e8

Please sign in to comment.