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: use memfs for ts artifacts to prevent mtime conflict #617

Merged
merged 1 commit into from
May 18, 2021

Commits on May 18, 2021

  1. fix: use memfs for ts artifacts to prevent mtime conflict

    When ts-loader uses projectReferences mode, it writes down .js and .d.ts
    files. If it does it faster than the plugin, the typescript instance in
    the plugin is confused and doesn't work properly. To fix that, let's use
    memfs for dirs and files that are detected as a project artifacts.
    piotr-oles committed May 18, 2021
    Configuration menu
    Copy the full SHA
    a24fe1c View commit details
    Browse the repository at this point in the history