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: ignore package json on 6.5.x #728

Merged
merged 3 commits into from
Apr 6, 2022

Conversation

piotr-oles
Copy link
Collaborator

This is a backport of #727 to 6.5.x version of the plugin

The error in #674 is caused by a change of the package.json file during the build, which triggers some code path that is valid in WatchCompilerHostOfConfigFile but not in WatchCompilerHostOfFilesAndCompilerOptions that this plugin uses (because of the configOverwrite option). This PR ignores the package.json file in watcher as a work-around.

@piotr-oles piotr-oles self-assigned this Apr 5, 2022
@piotr-oles piotr-oles merged commit 0ec853a into 6.5.x Apr 6, 2022
@piotr-oles piotr-oles deleted the fix/backport-ignore-package-json branch April 6, 2022 06:50
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 6.5.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

None yet

1 participant