|
23 | 23 | "gh:release": "conventional-github-releaser -p angular", |
24 | 24 | "build": "rimraf dist && nr i18n:build && nr main:build && nr editor:build && esno scripts/post-build.ts", |
25 | 25 | "dev": "run-p *:dev", |
26 | | - "main:build": "cross-env NODE_ENV=production webpack --mode production", |
| 26 | + "main:build": "cross-env NODE_ENV=production webpack --mode development", |
27 | 27 | "main:dev": "webpack --mode development --watch --info-verbosity verbose", |
28 | 28 | "editor:build": "parcel build src/webview/src/index.html --out-dir dist/editor", |
29 | 29 | "editor:dev": "nodemon -w src/webview/src -e js,ts,vue,html --exec \"nr editor:build\"", |
|
78 | 78 | "@antfu/ni": "^0.7.0", |
79 | 79 | "@antfu/utils": "^0.1.6", |
80 | 80 | "@babel/types": "^7.14.2", |
81 | | - "@types/chai-jest-snapshot": "^1.3.6", |
82 | 81 | "@types/chai": "^4.2.18", |
| 82 | + "@types/chai-jest-snapshot": "^1.3.6", |
83 | 83 | "@types/diff": "^5.0.0", |
84 | 84 | "@types/fs-extra": "^9.0.11", |
85 | 85 | "@types/gettext-parser": "^4.0.0", |
|
130 | 130 | "vuex": "^3.6.2", |
131 | 131 | "webpack": "^4.46.0", |
132 | 132 | "webpack-cli": "^3.3.12", |
133 | | - "webpack-filter-warnings-plugin": "^1.2.1" |
| 133 | + "webpack-filter-warnings-plugin": "^1.2.1", |
| 134 | + "webpack-plugin-replace": "^1.2.0" |
134 | 135 | }, |
135 | 136 | "engines": { |
136 | 137 | "vscode": "^1.52.0" |
|
0 commit comments