mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-14 13:01:09 +00:00
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:
commit
b5813e3c9f
3 changed files with 318 additions and 1313 deletions
|
@ -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: [
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue