Skip to content

Commit

Permalink
fix: err
Browse files Browse the repository at this point in the history
  • Loading branch information
HomyeeKing committed Jan 20, 2025
1 parent b4ae9ac commit 7024c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ali/ice-quick-app",
"version": "3.6.1-beta.5",
"version": "3.6.1-beta.6",
"description": "provide scripts and configuration used by web framework ice",
"type": "module",
"main": "./esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/ice/src/service/webpackServerCompiler/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export class WebpackServerCompiler {
extractComments: false,
}),
],
...webpackConfig.optimization,
...(webpackConfig.optimization || []),
},
resolve: {
alias: options.alias,
Expand Down

0 comments on commit 7024c67

Please sign in to comment.