Skip to content

Commit 48b5d9f

Browse files
devversionandrewseguin
authored andcommitted
build: remove unnecessary dependency in dev-app devserver (#16842)
Removes an unnecessary dependency in the dev-app devserver Bazel target. Since explicitly add all UMD bundles of MDC, the bulk dependency on `material-components-web` is not needed anymore. (cherry picked from commit 2d3e205)
1 parent f859434 commit 48b5d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev-app/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ ts_devserver(
134134
"@npm//:node_modules/moment/min/moment-with-locales.min.js",
135135
"@npm//:node_modules/rxjs/bundles/rxjs.umd.min.js",
136136
"@npm//:node_modules/systemjs/dist/system.js",
137+
"@npm//:node_modules/tslib/tslib.js",
137138
"@npm//:node_modules/zone.js/dist/zone.js",
138-
"@npm//material-components-web",
139139
"index.html",
140140
"system-config.js",
141141
"system-rxjs-operators.js",

0 commit comments

Comments
 (0)