Browse Source

Merge pull request #14678 from LordBenjamin/jspm-package-size

Add JSPM overrides to reduce the package size.
Mr.doob 7 years ago
parent
commit
a3f01f8077
1 changed files with 12 additions and 0 deletions
  1. 12 0
      package.json

+ 12 - 0
package.json

@@ -61,5 +61,17 @@
     "rollup-watch": "^4.3.1",
     "serve": "6.5.8",
     "uglify-js": "^3.3.28"
+  },
+  "jspm": {
+    "files": [
+      "package.json",
+      "LICENSE",
+      "README.md",
+      "build/three.js",
+      "build/three.min.js",
+      "build/three.module.js"
+    ],
+    "directories": {
+    }
   }
 }