Преглед изворни кода

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

Loading…
Откажи
Сачувај