-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
less is currently registered as a dependency when it should be a peerDependency:
Locking it as a dependency means users are not free to pick their own minimum version even though less-loader is API-compatible.
This right now creates a big problem for users that process any non-trivially sized stylesheet collection, as Less versions 3.10+ have hugely increased memory consumption after the codebase was converted to ES classes and is now being transpiled (first with Babel, now with TypeScript) down to ES5.
Seeing 500+ MB memory usage for compiling a single stylesheet is not out of the ordinary.
Metadata
Metadata
Assignees
Labels
No labels