Skip to content

Commit

Permalink
dev server v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Apr 6, 2021
1 parent 0d3ea4f commit e5f1c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"rimraf": "3.0.2",
"sass-loader": "7.1.0",
"style-loader": "2.0.0",
"webpack": "5.1.2",
"webpack-cli": "4.5.0",
"webpack-dev-server": "3.11.2"
"webpack": "5.30.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "4.0.0-beta.1"
},
"peerDependencies": {
"react": ">15",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
plugins: [new webpack.IgnorePlugin(/vertx/)],
devServer: {
open: true,
contentBase: './dev',
static: './dev',
},
devtool: 'eval-source-map',
};

0 comments on commit e5f1c1d

Please sign in to comment.