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

fix: don't break on other plugin definitions #144

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Conversation

UnderKoen
Copy link
Contributor

When using the next ts plugin tsc breaks. This was not the case in 3.0.2 and was introduced in 3.1.0 (15570d0)

For example the next plugin doesn't use ts-patch and when defined will result in an error
@sergio-milu
Copy link

I think k I'm having the same issue, I have a monorepo, I use ts-patch (through typia/nestia) in one of my packages, but others nextjs apps that use 'next' pluging break with this message

TsPatchError: Invalid plugin config: missing "transform" value

@nonara
Copy link
Owner

nonara commented Jan 10, 2024

Good catch and solution. Thanks.

@nonara nonara merged commit f2b591e into nonara:master Jan 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants