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

Increase build performance by skipping node_modules file lookups #1226

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 24, 2020

  1. Increase incremental build perf

    Skip attempting to lookup node_modules output files names inside getInputFileNameFromOutput. This should never resolve if the allowTsInNodeModule loader option is not set
    berickson1 committed Dec 24, 2020
    Copy the full SHA
    927e688 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Add forward-slashes around node_modules

    Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
    berickson1 and andrewbranch committed Dec 29, 2020
    Copy the full SHA
    5a37b84 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    387d33e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Copy the full SHA
    57a606f View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Copy the full SHA
    857737f View commit details
    Browse the repository at this point in the history