浏览代码

Merge pull request #14264 from Mugen87/dev7

Dev: Go back to serve 6.5.8
Michael Herzog 7 年之前
父节点
当前提交
c460cb15af
共有 2 个文件被更改,包括 598 次插入66 次删除
  1. 595 63
      package-lock.json
  2. 3 3
      package.json

文件差异内容过多而无法显示
+ 595 - 63
package-lock.json


+ 3 - 3
package.json

@@ -31,8 +31,8 @@
     "build-test": "rollup -c test/rollup.unit.config.js",
     "build-uglify": "rollup -c && uglifyjs build/three.js -cm --preamble \"// threejs.org/license\" > build/three.min.js",
     "build-closure": "rollup -c && java -jar node_modules/google-closure-compiler/compiler.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
-    "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --listen 8080\"",
-    "dev-test": "concurrently --names \"ROLLUP,ROLLUPTEST,HTTP\" -c \"bgBlue.bold,bgRed.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"rollup -c test/rollup.unit.config.js -w -m inline\" \"serve --listen 8080\"",
+    "dev": "concurrently --names \"ROLLUP,HTTP\" -c \"bgBlue.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"serve --port 8080\"",
+    "dev-test": "concurrently --names \"ROLLUP,ROLLUPTEST,HTTP\" -c \"bgBlue.bold,bgRed.bold,bgGreen.bold\" \"rollup -c -w -m inline\" \"rollup -c test/rollup.unit.config.js -w -m inline\" \"serve --port 8080\"",
     "start": "npm run dev",
     "lint": "eslint src",
     "test": "npm run build-test && qunit test/unit/three.source.unit.js",
@@ -60,7 +60,7 @@
     "qunit": "^2.6.1",
     "rollup": "^0.59.4",
     "rollup-watch": "^4.3.1",
-    "serve": "^7.1.2",
+    "serve": "6.5.8",
     "uglify-js": "^3.3.28"
   }
 }

部分文件因为文件数量过多而无法显示