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
After analysing the source code of both projects it looks like they do more or less the same: they turn single import line to multiple lines expanded by node-glob
My question is: @Aintaer were you aware of existence of node-sass-globbing at the time this project was started? If so: what is the advantage of using loader rather than importer right in node-sass?
I'm not yet proficient in WebPack so I'm not able to answer the 2nd part of the question myself
The text was updated successfully, but these errors were encountered:
I was not aware of node-sass-globbing. But I can tell you that this plugin is a dead simple fs listing and expansion. It doesn't engage the underlying webpack loaders (namely Sass).
I'm setting up a bunch of projects:
britco/node-sass-globbing
as node-sass importerAfter analysing the source code of both projects it looks like they do more or less the same: they turn single import line to multiple lines expanded by
node-glob
My question is:
@Aintaer were you aware of existence of node-sass-globbing at the time this project was started? If so: what is the advantage of using loader rather than importer right in node-sass?
I'm not yet proficient in WebPack so I'm not able to answer the 2nd part of the question myself
The text was updated successfully, but these errors were encountered: