-
Notifications
You must be signed in to change notification settings - Fork 10
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
release/0.25.0 #912
Merged
Merged
release/0.25.0 #912
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
* extract package walk logic into utility * lower thresholds * remove removed config * create import map merging function and apply to graphql plugin * 538 refactor rollup and resource to use shared data structure * post rebase fixes
* change prerender default to false and update specs accordingly * debug and enable disabled specs * restore specs * decouple default prerender from custom prerender * update prerender docs * add optimizing step to getting started guide
911e2ca
to
6505621
Compare
5 tasks
This was
linked to
issues
Mar 26, 2022
3 tasks
* basic implementation * WIP updating prerender dependent specs * all specs passing * enable package manager detection * move puppeteer to optionalDependency * move puppeteer to peerDependency * normalize copyDirectory paths for windows * document puppeteer auto and self install * ignore generated lock files in test directories * revert fallback TODO * fix formatting fence * make puppeteer optional peerDependency and update specs * remove puppeteer from CLI direct dependencies * have actual auto install in prerender spec * update docs * rm all clean up files
5 tasks
5da34e2
to
a926f7d
Compare
* support fallback location for node modules package resolution * normalize path for windows * fix up for windows
…r serve command (#928)
Closed
5 tasks
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.
Related Issue(s)
prerender
config option false by default #855import()
puppeteer only if used when default prerendering #927require.resolve
#919Summary of Changes
prerender
false by default^13.x
Alpha Release Test Plan
I think to be safe given the level of refactoring, would like to at least make sure this get tested with a few key repos
The plan would be to test against the following projects / workflows as alpha releases are iterated upon:
npx
TODOs
prerender
config option false by default #855alpha.0
- https://github.com/ProjectEvergreen/greenwood/releases/tag/v0.25.0-alpha.0alpha.1
withnpx
testingimport()
puppeteer only if used when default prerendering #927alpha.2
build
orserve
commands #928build
command, not fordevelop
command - include puppeteer version expectation in output and only auto-detect onbuild
orserve
commands #928alpha.3
Questions
prerender
andstatic
options) or leave as is?