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

[WIP] Refuse to build if user is importing something that isn't declared in package.json #1752

Closed
wants to merge 4 commits into from

Commits on Mar 9, 2017

  1. activate "import/no-extraneous-dependencies" to throw an error when t…

    …ransitive or non-existent dependencies are imported
    matoilic committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    2a29503 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. First version of WatchPackageJsonPlugin. It takes care of recompiling…

    … erroneous files when package.json is changed, because it might resolve the issue.
    matoilic committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    12108bd View commit details
    Browse the repository at this point in the history
  2. ensure NODE_PATH environment variable is honored when checking for ex…

    …traneous dependencies
    matoilic committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    00e0f58 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    884958c View commit details
    Browse the repository at this point in the history