This allows files partials (or files that begin with an underscore, but can be loaded without them) dependencies to resolve correctly (and work on subsequent loads).
sass-lookup expects a full path, but also doesn't check directory for the underscored path.
This allows files partials (or files that begin with an underscore, but can be loaded without them) dependencies to resolve correctly (and work on subsequent loads).
sass-lookup expects a full path, but also doesn't check
directory
for the underscored path.Fixes https://github.com/electron/electron-compile/issues/255