You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FilterPattern applied to include or exclude seem to have no bearing on the sourcemap files included or excluded (instead being applied to the .js files).
It would be ideal to apply these filters so that sourcemaps could be excluded if they fit a pattern.
At the moment this can be done with the readfile option and passing to fs.readFile only if the path fits a predicate, but applying the include/exclude filters would seem a little cleaner.
Thanks for the library and thanks for considering.
The text was updated successfully, but these errors were encountered:
mcshaz
changed the title
Feature request { include, exclude } options applied to sourcemap
Feature request { include, exclude } options applied to sourcemap URL
Apr 24, 2020
mcshaz
changed the title
Feature request { include, exclude } options applied to sourcemap URL
Feature request { include, exclude } options applied to sourcemap sources
Apr 24, 2020
The FilterPattern applied to include or exclude seem to have no bearing on the sourcemap files included or excluded (instead being applied to the .js files).
It would be ideal to apply these filters so that sourcemaps could be excluded if they fit a pattern.
At the moment this can be done with the readfile option and passing to
fs.readFile
only if the path fits a predicate, but applying the include/exclude filters would seem a little cleaner.Thanks for the library and thanks for considering.
The text was updated successfully, but these errors were encountered: