Skip to content
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

[legacy-framework] Switch to using @blitz/installer helper functions … #2164

Merged
merged 2 commits into from
Mar 29, 2021
Merged

[legacy-framework] Switch to using @blitz/installer helper functions … #2164

merged 2 commits into from
Mar 29, 2021

Conversation

kevinlangleyjr
Copy link
Collaborator

@kevinlangleyjr kevinlangleyjr commented Mar 29, 2021

What are the changes and their implications?

Switch to using @blitz/installer helpers instead of duplicating logic in each recipe.

Checklist

  • Changes covered by tests (tests added if needed)
  • Does this PR warrant documentation updates? If yes, open a second PR with doc changes to blitzjs.com

MrLeebo
MrLeebo previously approved these changes Mar 29, 2021
@flybayer
Copy link
Member

Sweet, thanks @kevinlangleyjr!

Can you resolve the one merge conflict?

@@ -124,7 +107,7 @@ export default RecipeBuilder()
explanation: `Update the Babel configuration to use Emotion's plugin and preset to enable some advanced features.`,
singleFileSearch: paths.babelConfig(),
transform(program: Collection<j.Program>) {
addBabelPlugin(program)
addBabelPlugin(program, "@emotion")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I totally missed this in #2156. Glad to see it'll be fixed here. 👍

Copy link
Collaborator Author

@kevinlangleyjr kevinlangleyjr Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wKovacs64 I saw your PR right after I submitted mine! 🙂

@kevinlangleyjr
Copy link
Collaborator Author

Merge conflict resolved @flybayer! 🙂 🚀

@flybayer flybayer merged commit 18c1b9c into blitz-js:canary Mar 29, 2021
@itsdillon itsdillon changed the title Switch to using @blitz/installer helper functions … [legacy-framework] Switch to using @blitz/installer helper functions … Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants