CommonJS warnings of transitive dependencies and custom style imports #18526
Labels
area: @angular-devkit/build-angular
devkit/build-angular:browser
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Milestone
🐞 Bug report
Command (mark with an
x
)Description
After upgrading to v10 warnings appeared about CommonJS imports which is ok, but also there are warnings of transitive dependencies and warnings of style imports. We have our custom webpack config which changes the angular webpack config by using `css-loader` instead of `raw-loader` for `.less` files. There is a PR #18518 which fixes those warnings.🔬 Minimal Reproduction
Here is a hello-world angular app where you can find everything.
https://github.com/ms-dosx86/commonjs-warnings-repro
The text was updated successfully, but these errors were encountered: