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

feat: add issue.scope option #442

Merged
merged 4 commits into from
Jun 12, 2020
Merged

feat: add issue.scope option #442

merged 4 commits into from
Jun 12, 2020

Commits on Jun 10, 2020

  1. feat: add issue.scope option

    The plugin uses TypeScript settings regarding files that are included in
    the compilation. It can be a different set of files comparing to the
    webpack compilation. To not display issues that are related to files
    outside webpack compilation, an `issue.scope` option has been added.
    
    BREAKING CHANGE: 🧨 Issues outside webpack compilation will not be reported by default. See
    `issue.scope` option.
    piotr-oles committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    d1a0f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9041f53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2abe2ff View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

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