Skip to content

Commit 109c5e2

Browse files
devversionfilipesilva
authored andcommitted
fix(@angular-devkit/build_angular): add loader-utils as dependency
* The `loader-utils` package is actively used in the `@angular-devkit/build_angular` package, and should therefore also list `loader-utils` as dependency. It might work for most package managers that do flatten the node modules, but if not (e.g. pnpm) this will fail *correctly*.
1 parent 15c2d60 commit 109c5e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"less": "^3.7.1",
2929
"less-loader": "^4.1.0",
3030
"license-webpack-plugin": "^1.3.1",
31+
"loader-utils": "^1.1.0",
3132
"mini-css-extract-plugin": "~0.4.0",
3233
"minimatch": "^3.0.4",
3334
"parse5": "^4.0.0",

0 commit comments

Comments
 (0)