Parcourir la source

Attempt to add JSPM overrides to reduce the package size.

Ben Owen il y a 7 ans
Parent
commit
ae6d0e8779
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      package.json

+ 13 - 0
package.json

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

粤ICP备19079148号