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
Currently, if a user wants just 1 of these loaders, they must install all of them and all of their dependencies. For example, text has no dependencies and alias has just 1 dependency (lodash.get), but to use either, users must install the deps for css-module & tsx.
Currently, if a user wants just 1 of these loaders, they must install all of them and all of their dependencies. For example,
text
has no dependencies andalias
has just 1 dependency (lodash.get
), but to use either, users must install the deps forcss-module
&tsx
.I've created the org in npm: https://www.npmjs.com/org/nodejs-loaders
And also reserved the GH org
@nodejs-loaders
if needed, but I think it would be better to convert this to a monorepo.The text was updated successfully, but these errors were encountered: