Browse Source

Restore build/three.js

Mr.doob 2 years ago
parent
commit
346a280d3f
3 changed files with 12939 additions and 0 deletions
  1. 12931 0
      build/three.js
  2. 2 0
      package.json
  3. 6 0
      utils/build/rollup.config.js

File diff suppressed because it is too large
+ 12931 - 0
build/three.js


+ 2 - 0
package.json

@@ -22,6 +22,7 @@
   },
   "sideEffects": false,
   "files": [
+    "build/three.js",
     "build/three.cjs",
     "build/three.module.js",
     "examples/jsm",
@@ -163,6 +164,7 @@
       "package.json",
       "LICENSE",
       "README.md",
+      "build/three.js",
       "build/three.module.js"
     ],
     "directories": {}

+ 6 - 0
utils/build/rollup.config.js

@@ -285,6 +285,12 @@ const builds = [
 			header()
 		],
 		output: [
+			{
+				format: 'umd',
+				name: 'THREE',
+				file: 'build/three.js',
+				indent: '\t'
+			},
 			{
 				format: 'cjs',
 				name: 'THREE',

Some files were not shown because too many files changed in this diff