Alex R

Results 7 issues of Alex R

When using `webpack-shell-plugin`, the same `options` object appears to be reused for different instances. As a result, only one instance is usable at a time. This is problematic when [using...

`shouldCompileFile()` is passed `code`, instead of `filePath`. The tests also suggest that the expected return value is `filePath`, rather than `code`. This commit corrects both to use `filePath` Code loading...

return true when dependent files don't exist, rather than error This allows the testcase in https://github.com/electron/electron-compile/issues/255 to work, but doesn't fix the invalid dependencies generated by the SASS compiler (see...

When using SCSS with partial imports, the proper path of the partials are not stored, resulting in an error. For example, this works fine on the first load, but not...

Hi, I'm trying to get some feedback (comments) on an idea for the API before spending too much time working on it. The number of arguments in declare_exchange() is a...

Attempting to compile SASS partials often creates errors. They should not be compiled individually. Combined with https://github.com/electron/electron-compile/pull/260, should fix https://github.com/electron-userland/electron-forge/issues/182

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...