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

chore: separate getNextConfig() #114

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Conversation

ehmicky
Copy link

@ehmicky ehmicky commented Mar 11, 2021

Part of #79

This separates getNextConfig() so it can be re-used (at the moment, this code is present in two different places).

In a follow-up PR, I will remove the duplicate code at https://github.com/netlify/netlify-plugin-nextjs/blob/main/src/lib/helpers/getNextConfig.js

@ehmicky ehmicky added the type: chore work needed to keep the product and development running smoothly label Mar 11, 2021
@ehmicky ehmicky self-assigned this Mar 11, 2021
Copy link

@jlengstorf jlengstorf left a comment

Choose a reason for hiding this comment

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

thank you!

@ehmicky ehmicky merged commit 430569c into main Mar 11, 2021
@ehmicky ehmicky deleted the chore/refactor-get-next-config branch March 11, 2021 17:34
serhalp pushed a commit that referenced this pull request Apr 5, 2024
* feat: build time edge runtime

* chore: update middleware test fixture

* fix: remove pattern array for now

* chore: update tests with middleware scenarios

* chore: fix fixture build errors

* feat: support edge middleware

* chore: update comment

* chore: remove `.only`

* fix: stop caching resolved paths

* chore: fix test

* chore: add e2e test

* fix: use correct runtime directory

* chore: add E2E test

* Apply suggestions from code review

Co-authored-by: Lukas Holzer <[email protected]>

* chore: remove dead code

* chore: document `E2E_PERSIST`

---------

Co-authored-by: Rob Stanford <[email protected]>
Co-authored-by: Lukas Holzer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants