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 file to prevent invalid code-path #727

Merged
merged 1 commit into from
Apr 4, 2022

Conversation

piotr-oles
Copy link
Collaborator

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 configOverwrite option). This PR ignores the package.json file in watcher as a work-around.

Closes: #674

@piotr-oles piotr-oles self-assigned this Apr 3, 2022
@piotr-oles piotr-oles merged commit d2fe738 into main Apr 4, 2022
@piotr-oles piotr-oles deleted the fix/ignore-package-json branch April 4, 2022 06:44
@piotr-oles
Copy link
Collaborator Author

🎉 This PR is included in version 7.2.3 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RpcIpcMessagePortClosedError: Process 9160 exited with code "1"
1 participant