Merge pull request #5516 from wallabag/dependabot/npm_and_yarn/webpack-dev-server-4.7.2

Bump webpack-dev-server from 3.11.2 to 4.7.2
This commit is contained in:
Jérémy Benoist 2022-01-05 16:46:59 +01:00 committed by GitHub
commit b5813e3c9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 318 additions and 1313 deletions

View file

@ -10,14 +10,12 @@ module.exports = merge(commonConfig, {
},
mode: 'development',
devServer: {
hot: true,
// enable HMR on the server
contentBase: './web',
// match the output path
static: {
directory: './web',
},
},
plugins: [
new ESLintPlugin(),
new webpack.HotModuleReplacementPlugin(),
],
module: {
rules: [

View file

@ -61,8 +61,8 @@
"stylelint-webpack-plugin": "^3.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2",
"webpack-manifest-plugin": "^4.0.2",
"webpack-merge": "^5.7.3"
},

1619
yarn.lock

File diff suppressed because it is too large Load diff