Skip to content

Commit 432a629

Browse files
authored
fix (#433)
1 parent e84e32a commit 432a629

File tree

2 files changed

+488
-3025
lines changed

2 files changed

+488
-3025
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"build": "npm run build:cli && npm run build:report",
1010
"build:cli": "babel src -d dist",
1111
"build:report": "sh ./scripts/build-ui.sh v0.2.1",
12-
"dev:report": "npm run copy:ximgdiff && webpack-dev-server --hot --inline --open",
1312
"flow": "flow",
1413
"copy:ximgdiff": "copyfiles -u 3 node_modules/x-img-diff-js/build/cv-wasm_browser.* report/assets",
1514
"prepublishOnly": "npm run build",
@@ -48,6 +47,7 @@
4847
"**/node-forge": "^1.0.0",
4948
"**/serialize-javascript": "^6.0.0",
5049
"**/y18n": "^5.0.0",
50+
"**/braces": "^2.3.2",
5151
"**/trim-newlines": "^3.0.1"
5252
},
5353
"dependencies": {
@@ -84,10 +84,7 @@
8484
"flow-typed": "3.2.1",
8585
"puppeteer": "13.4.1",
8686
"rimraf": "3.0.2",
87-
"serve-static": "1.14.2",
88-
"webpack": "4.40.2",
89-
"webpack-cli": "3.3.9",
90-
"webpack-dev-server": "3.11.3"
87+
"serve-static": "1.14.2"
9188
},
9289
"files": [
9390
"dist",

0 commit comments

Comments
 (0)