Skip to content

Commit c6c18a6

Browse files
authoredAug 31, 2021
chore: update dev server and manual tests (#816)
1 parent 92bdadd commit c6c18a6

File tree

3 files changed

+934
-1903
lines changed

3 files changed

+934
-1903
lines changed
 

Diff for: ‎package-lock.json

+932-1,901
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"standard-version": "^9.3.0",
7575
"webpack": "^5.48.0",
7676
"webpack-cli": "^4.7.2",
77-
"webpack-dev-server": "^3.11.2"
77+
"webpack-dev-server": "^4.0.0"
7878
},
7979
"keywords": [
8080
"webpack",

Diff for: ‎test/manual/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
],
6969
devServer: {
7070
hot: ENABLE_HMR,
71-
contentBase: __dirname,
71+
static: __dirname,
7272
headers: {
7373
"Access-Control-Allow-Origin": "*",
7474
},

0 commit comments

Comments
 (0)
Please sign in to comment.