-
Notifications
You must be signed in to change notification settings - Fork 2k
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 plugin #2699
feat: webpack plugin #2699
Conversation
🦋 Changeset detectedLatest commit: 996f340 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@nayonglin is attempting to deploy a commit to a Personal Account owned by @umijs on Vercel. @umijs first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好像还没有设置 entry script 的功能?
对的,先提交了output相关的功能,entry的我还在开发 |
OK,那我先标记成 WIP |
给最后一个非异步脚本增加entry标记的提交了哈,有空可以review一下,我没有依赖html-webpack-plugin。 |
已提交,再试试呢 |
还是报错了,我重新更新了一下,可以执行一下: git cherry-pick b95e39be38ff41d3aa99d178c6759e2bc13896a1 |
搞定,已提交 |
之前的eslint配置都是针对ts的,可能不适合cjs,我重新修改了一下 : #2762 |
嗯嗯 ,那是等2762合入,这里才合入对吧? |
已merge,请再拉一下最新的提交~ |
已合并push哈,可以看看 |
CI 挂了,看着都是 ts lint 问题,有空修一下吗? @nayonglin |
done |
还是挂了,这次是prettier |
done |
@kuitos 看到了新的ci报错,build的时候把tests的两个自动化测试项目也构建了,但实际应该不需要构建,是不是需要优化一下构建命令为 |
|
本地试了一下,这样好像所有项目都匹配不到了,改成pnpm -r --filter=./packages//* --filter=!./packages//tests/* run build是否可行?比我之前写的更通用一些,代码已提交 |
Description of change