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(compiler): use polling events in watch mode #4146

Merged
merged 1 commit into from Mar 14, 2023

Commits on Mar 14, 2023

  1. fix(compiler): use file system polling events in watch mode

    this commit updates stencil to use the polling-based file watcher that
    was used prior to the typescript 4.9 upgrade. in ts 4.9, the ts compiler
    was updated to use filesystem events. since then, we've received reports
    of fs events not playing nicely with certain development environments.
    for this reason, we revert back to the polling based implementation.
    rwaskiewicz committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    10fe0f6 View commit details
    Browse the repository at this point in the history