Closed
Conversation
…vements Co-authored-by: kuitos.lau <kuitos.lau@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
- 修复类型安全问题和 TypeScript 错误 - 使用功能检测代替版本检测 - 优化 webpack 4/5 兼容性 - 扩展测试覆盖率到 55 个测试 - 添加完整的错误处理 - 更新文档和示例
- 正确处理 source 的 string | Buffer 类型 - 使用 RawSource 替代简单对象 - 修复 webpack-sources 导入问题
- 正确处理 webpack 5 的 library 对象格式 - 保持 webpack 4 的 library 字符串格式 - 添加正确的 jsonpFunction 和 chunkLoadingGlobal 配置 - 完善 WebpackOutputWithLegacy 接口类型定义
- 移除复杂的 library 配置逻辑 - 简化 webpack 输出配置只保留 globalObject - 移除不必要的 package.json 依赖 - 修复 webpack 5 构建兼容性问题 - 删除未使用的代码和导入 注意: 测试需要更新以匹配新的 API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of change
@qiankunjs/webpack-plugin.processAssetshook).entryAttributeNameandchunkLoadingGlobalPrefix.README.mdandREADME-zh.mdto reflect new features and configurations.