浏览代码

feat(build) add ability to make development bundles

master
Saúl Ibarra Corretgé 2 年前
父节点
当前提交
5d27f73a90
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      package.json

+ 1
- 0
package.json 查看文件

@@ -64,6 +64,7 @@
64 64
   "scripts": {
65 65
     "build": "npm run build:webpack && npm run build:tsc",
66 66
     "build:webpack": "LIB_JITSI_MEET_COMMIT_HASH=$(git rev-parse --short HEAD 2>/dev/null) webpack",
67
+    "build:webpack-dev": "webpack --mode development",
67 68
     "build:tsc": "tsc --build --clean && tsc",
68 69
     "gen-types": "tsc --declaration --declarationDir types/auto --emitDeclarationOnly",
69 70
     "lint": "eslint .",

正在加载...
取消
保存