Skip to content

Commit

Permalink
Merge pull request #1201 from nickcdon/main
Browse files Browse the repository at this point in the history
⬆️ 前端依赖升级
  • Loading branch information
nickcdon authored Dec 17, 2024
2 parents cf1f4a6 + b552223 commit 3e0df67
Show file tree
Hide file tree
Showing 2 changed files with 3,482 additions and 3,145 deletions.
2 changes: 1 addition & 1 deletion web/packages/webpack/src/config-webpack-plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ConfigWebpackPlugin {
compiler.hooks.done.tap(PLUGIN_NAME, ({ compilation }: Stats) => {
// 用于dev,生成api.json url
if (IS_DEV) {
const { devServer } = compilation.options;
const { devServer } = compilation.options as any;
const https = devServer?.https || false;
const host = devServer?.host || 'localhost';
const port = devServer?.port || '8080';
Expand Down
Loading

0 comments on commit 3e0df67

Please sign in to comment.