1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 18:30:53 +00:00

Bump webpack-dev-server from 4.15.2 to 5.2.2 in /frontend (#7897)

* Bump webpack-dev-server from 4.15.2 to 5.2.2 in /frontend

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.2.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.15.2...v5.2.2)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* change webpack dev server config v5

* update caniuse-lite

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael An <1822852997@qq.com>
This commit is contained in:
dependabot[bot]
2025-06-06 16:07:13 +08:00
committed by GitHub
parent 6e2ec23146
commit 27d69828ce
6 changed files with 366 additions and 62 deletions

View File

@@ -91,7 +91,7 @@ module.exports = function (proxy, allowedHost) {
publicPath: paths.publicUrlOrPath.slice(0, -1),
},
https: getHttpsConfig(),
server: getHttpsConfig(),
host,
historyApiFallback: {
// Paths with dots should still use the history fallback.