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

Make ts-loader compatible with node v6 #202

Merged
merged 1 commit into from
Aug 31, 2016

Commits on May 19, 2016

  1. Don't call path.dirname with null/undefined

    Node 6+ enforces the parameter to path.dirname to be a string (nodejs/node@08085c4). The empty string results in the previous behavior.
    Blechhirn committed May 19, 2016
    Configuration menu
    Copy the full SHA
    a4f8353 View commit details
    Browse the repository at this point in the history