Add JSPM overrides to reduce the package size.
@@ -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": {
+ }
}