Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Mar 27, 2024
1 parent 027cc81 commit 9d6ab24
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tools/bin/webpack.config.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ export default async mode => {
},
removeEmptyChunks: true,
mergeDuplicateChunks: true,
removeAvailableModules: true,
runtimeChunk: {
name: entrypoint => `runtime-${entrypoint.name}`
}
removeAvailableModules: true
}
};
};

0 comments on commit 9d6ab24

Please sign in to comment.