浏览代码

Add the whole build folder to the files field in package.json (#25828)

Marco Fugaro 2 年之前
父节点
当前提交
7de573a94f
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      package.json

+ 1 - 5
package.json

@@ -22,11 +22,7 @@
   },
   "sideEffects": false,
   "files": [
-    "build/three.js",
-    "build/three.cjs",
-    "build/three.min.js",
-    "build/three.module.js",
-    "build/three.module.min.js",
+    "build",
     "examples/jsm",
     "examples/fonts",
     "LICENSE",