Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Feature: Exclude source maps by pattern. #27

Open
2 tasks
ryan-roemer opened this issue Nov 20, 2020 · 0 comments
Open
2 tasks

Feature: Exclude source maps by pattern. #27

ryan-roemer opened this issue Nov 20, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ryan-roemer
Copy link
Member

The source map inclusion feature can include discovered source maps in node_modules. Typically, we would only want our application source maps.

Task:

  • Add a filter on source maps to only include (and include misses) for things matching a pattern so you can e.g., just do source map inclusion for application source files and not things in node_modules.
  • OR do something like add a glob/pattern matcher for files that is separate and just a pattern matcher so that you can exclude any type of files and then we could add that for like !**/node_modules/**/*.js.map as an implementation of Feature: Glob patterns to affect package.<PKG_NAME>.trace #21
@ryan-roemer ryan-roemer added the enhancement New feature or request label Nov 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant