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
Is your feature request related to a problem? Please describe.
This plugin includes the node_modules folder in the search path.
Some packages are published that include CSS imports (ie:import './some.css' ) but the .css file is not included in the package, that causes this plugin to crash.
Describe the solution you'd like
Add a configuration option excludePath(s), that accepts a string | RegEx that is then used to exclude the specified paths from reading css files.
Describe alternatives you've considered
None.
Additional context
Being able to exclude paths would likely improve plugin performance.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This plugin includes the
node_modules
folder in the search path.Some packages are published that include CSS imports (ie:
import './some.css' )
but the.css
file is not included in the package, that causes this plugin to crash.Describe the solution you'd like
Add a configuration option
excludePath(s)
, that accepts astring | RegEx
that is then used to exclude the specified paths from reading css files.Describe alternatives you've considered
None.
Additional context
Being able to exclude paths would likely improve plugin performance.
The text was updated successfully, but these errors were encountered: