mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +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:
@@ -58,9 +58,9 @@ function getHttpsConfig() {
|
||||
};
|
||||
|
||||
validateKeyAndCerts({ ...config, keyFile, crtFile });
|
||||
return config;
|
||||
return { type: 'https', options: config };
|
||||
}
|
||||
return isHttps;
|
||||
return { type: 'http' };
|
||||
}
|
||||
|
||||
module.exports = getHttpsConfig;
|
||||
|
Reference in New Issue
Block a user