|
54 | 54 | "electron-watch": "run-p gulp:watch cljs:electron-watch webpack-app-watch",
|
55 | 55 | "app-watch": "run-p gulp:watch cljs:app-watch webpack-app-watch",
|
56 | 56 | "mobile-watch": "run-p gulp:mobile-watch cljs:mobile-watch webpack-mobile-watch",
|
57 |
| - "dev": "run-p gulp:watch gulp:mobile-watch cljs:dev-watch webpack", |
| 57 | + "dev": "run-p gulp:watch gulp:mobile-watch cljs:dev-watch webpack-watch", |
58 | 58 | "release": "run-s gulp:build cljs:release webpack-app-build",
|
59 | 59 | "release-app": "run-s gulp:build cljs:release-app webpack-app-build",
|
60 | 60 | "release-mobile": "run-s gulp:buildMobile cljs:release-mobile webpack-mobile-build",
|
61 | 61 | "dev-release-app": "run-s gulp:build cljs:dev-release-app webpack-app-build",
|
62 | 62 | "dev-electron-app": "gulp electron",
|
63 | 63 | "release-electron": "run-s gulp:build && yarn webpack-app-build && gulp electronMaker",
|
64 | 64 | "debug-electron": "cd static/ && yarn electron:debug",
|
65 |
| - "webpack": "webpack --watch", |
| 65 | + "webpack-watch": "webpack --watch", |
66 | 66 | "webpack-app-watch": "npx webpack --watch --config-name app",
|
67 | 67 | "webpack-mobile-watch": "npx webpack --watch --config-name mobile",
|
68 |
| - "webpack-app-build": "npx webpack build --config-name app", |
69 |
| - "webpack-mobile-build": "npx webpack build --config-name mobile", |
| 68 | + "webpack-app-build": "npx webpack build --mode production --config-name app", |
| 69 | + "webpack-mobile-build": "npx webpack build --mode production --config-name mobile", |
70 | 70 | "sync-android-release": "yarn clean && yarn release-mobile && rm -rf ./static/mobile/**/*.map && npx cap sync android",
|
71 | 71 | "sync-ios-release": "yarn clean && yarn release-mobile && rm -rf ./static/mobile/**/*.map && npx cap sync ios",
|
72 | 72 | "clean": "gulp clean",
|
|
0 commit comments