-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to map external less files #1493
Comments
Possibly related #1465 I don't have an answer for this at the moment. @TheLarkInn can you advise if there's a solution right now? |
Yeah its related overall. @thelgevold we need to make essentially a property that allows this for all the preprocessers we support (behind the scenes). |
Thanks @TheLarkInn .
If I run tsc my code compiles, but during |
Maybe, mapping |
@thelgevold The webpack specific method is to prefix the name of the package with a |
Yeah this is great in webpack land but not user land. |
For sass/scss, there is https://github.com/lucasmotta/sass-module-importer. It supports reading a module's |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I am requesting documentation on how to map to imported less files in the webpack version of CLI.
In the previous version there was a hook in angular-cli.builds.js to specify paths for the lessCompiler:
angular-cli.builds.js is no longer included in the version on master.
It works to specify less files in styleUrls, but I am not able to import other less files from my component less files.
The text was updated successfully, but these errors were encountered: