-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: webpack-sources 的功能从webpack引入,避免执行引入版本有关问题 #12501
Merged
Merged
Conversation
This file contains 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
1 similar comment
biorz
added
T-weapp
Target - 编译到微信小程序
T-h5
Target - 编译到 H5
A-runner
Area - Webpack runner 相关
labels
Sep 16, 2022
@yoyo837 |
|
学习了~ 感谢贡献~ |
Chen-jj
approved these changes
Sep 20, 2022
Chen-jj
added
V-3
Version - 3.x
and removed
question
Further information is requested
labels
Sep 20, 2022
@yoyo837 麻烦更新一下 pnpm.lock 哈,CI 好像因为 lock 而挂了 |
大佬,小弟没用过 |
看来你的 mac 不支持这个包,我来操作一下~ |
KkZsc
pushed a commit
to KkZsc/taro
that referenced
this pull request
Dec 5, 2022
* feat: webpack-sources 的功能从webpack引入,避免执行引入版本有关问题 * chore: update lockfile * fix: typings Co-authored-by: chenjiajian <[email protected]>
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.
这个 PR 做了什么? (简要描述所做更改)
webpack-sources
不自行依赖和引用, 直接从webpack
导入, 减少因为版本差异导致的问题, 比如可能影响filesystem cache
ref: dcasia/mini-program-tailwind#73
这个 PR 是什么类型? (至少选择一个)
这个 PR 涉及以下平台: