Skip to content

Commit cb16649

Browse files
committed
webpack pre update
1 parent ece8d2c commit cb16649

File tree

2 files changed

+1178
-2673
lines changed

2 files changed

+1178
-2673
lines changed

cassandra-distributed-task-queue-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"build:copy:meta": "copyfiles --flat package.json \"../*.md\" ../LICENSE dist",
2828
"build:pack": "cd dist && npm pack",
2929
"build:types": "dotnet ts-gen --assembly ./../Cassandra.DistributedTaskQueue.TestApi/bin/netcoreapp3.1/win-x64/SkbKontur.Cassandra.DistributedTaskQueue.TestApi.dll --outputDir ./src/Domain/Api --nullabilityMode Pessimistic",
30-
"start": "webpack-dev-server --env.api=fake",
31-
"start:prod": "webpack-dev-server --env.api=real",
30+
"start": "webpack serve --env api=fake",
31+
"start:prod": "webpack serve --env api=real",
3232
"storybook": "start-storybook -p 6006 -s .",
3333
"lint": "run-s \"lint:*\"",
3434
"lint:tsc": "tsc --noEmit",
@@ -109,8 +109,8 @@
109109
"tslib": "^2.1.0",
110110
"typescript": "^4.1.3",
111111
"url-loader": "^4.1.1",
112-
"webpack": "^4.43.0",
113-
"webpack-cli": "^3.3.11",
114-
"webpack-dev-server": "^3.10.3"
112+
"webpack": "^4.46.0",
113+
"webpack-cli": "^4.4.0",
114+
"webpack-dev-server": "^3.11.2"
115115
}
116116
}

0 commit comments

Comments
 (0)