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(typescript-build): wrong path for dependency #464

Merged
merged 1 commit into from Jan 17, 2021
Merged

fix(typescript-build): wrong path for dependency #464

merged 1 commit into from Jan 17, 2021

Commits on Nov 25, 2020

  1. fix(typescript-build): wrong path for dependency

    By using the Nuxt's resolver, it was resolving to whatever version of the package `fork-ts-checker-webpack-plugin` npm or yarn would find. That happened because `@nuxt/core` (the package where the Nuxt's resolver is located) doesn't have `fork-ts-checker-webpack-plugin` as a declared dependency. The version installed by `@nuxt/typescript-build` wouldn't always be used if for instance another version of the dependency is also installed on the project.
    
    This fixes #145.
    IGassmann committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    7c43d1c View commit details
    Browse the repository at this point in the history