Closed
Description
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:
lessCompiler: {
paths: ['node_modules/some-path/less']
}
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.