Correctly resolve WebPack loaders within npm linked modules #3419
Labels
effort1: easy (hours)
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
type: bug/fix
OS?
OSX Sierra
Versions.
angular-cli: 1.0.0-beta.18
node: 6.9.1
os: darwin x64
Repro steps.
Install NPM linked package that uses a WebPack loader. Loader cannot be resolved.
The log given by the failure.
Module not found: Error: Can't resolve 'style' in '...'
Mention any other details that might be useful.
Merge #2291 was incomplete, in that it does not fully address the issue raised in #1875. It fixes module resolution, but not loader resolution. The following needs to be added to the object returned from
getWebpackCommonConfig()
inwebpack-build-common.ts
in order to match current module resolution strategy:Also, I would submit a pull request, but the the corporate overhead of getting a CLA in place are prohibitive.
The text was updated successfully, but these errors were encountered: