Skip to content

Commit 3e0df67

Browse files
authored
Merge pull request #1201 from nickcdon/main
⬆️ 前端依赖升级
2 parents cf1f4a6 + b552223 commit 3e0df67

File tree

2 files changed

+3482
-3145
lines changed

2 files changed

+3482
-3145
lines changed

Diff for: web/packages/webpack/src/config-webpack-plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class ConfigWebpackPlugin {
149149
compiler.hooks.done.tap(PLUGIN_NAME, ({ compilation }: Stats) => {
150150
// 用于dev,生成api.json url
151151
if (IS_DEV) {
152-
const { devServer } = compilation.options;
152+
const { devServer } = compilation.options as any;
153153
const https = devServer?.https || false;
154154
const host = devServer?.host || 'localhost';
155155
const port = devServer?.port || '8080';

0 commit comments

Comments
 (0)