-
Notifications
You must be signed in to change notification settings - Fork 923
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: add @vuepress/bundler-farm
#1583
base: main
Are you sure you want to change the base?
Conversation
c2912e3
to
cca3081
Compare
cca3081
to
ca5f969
Compare
Pull Request Test Coverage Report for Build 9739675060Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9739790629Details
💛 - Coveralls |
68a167a
to
b5f9e46
Compare
Looking forward to it (๑•ૅω•´๑) |
Pull Request Test Coverage Report for Build 9740770751Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9741133313Details
💛 - Coveralls |
b5f9e46
to
01c47d9
Compare
Pull Request Test Coverage Report for Build 9756258638Details
💛 - Coveralls |
01c47d9
to
e1c8909
Compare
Pull Request Test Coverage Report for Build 9756442612Details
💛 - Coveralls |
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.
Really interesting. Didn't know farm bundler before. Looking forward to the integration. 👍
@@ -39,6 +39,7 @@ | |||
"@vitest/coverage-istanbul": "^1.6.0", | |||
"bumpp": "^9.4.1", | |||
"conventional-changelog-cli": "^5.0.0", | |||
"core-js": "^3.37.1", |
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.
May not put it in root?
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.
Maybe upstream bug/design 🤔 Farm currently starts resolving core-js
from each dependency's node_modules
, which is a problem when using Monorepo. So put core-js
in the root package to ensure core-js
can be resolved and not unnecessarily increase the number of dependencies on other packages.
5c5b0bd
to
c9af9f6
Compare
Pull Request Test Coverage Report for Build 9801782315Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9801773016Details
💛 - Coveralls |
c9af9f6
to
17bb454
Compare
Pull Request Test Coverage Report for Build 9801846027Details
💛 - Coveralls |
This PR may take longer to complete. Vite SSR and Farm SSR are not very similar :( |
🚧 Experimental + Work in Progress 🚧
Before submitting the PR, please make sure you do the following
close #123
).What is the purpose of this pull request?
Description
Ref: #1552