From c865a0957b439045621b3872f6ddbae0452fac25 Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Thu, 22 Aug 2019 13:27:15 +0200 Subject: [PATCH] build: remove unnecessary dependency in dev-app devserver 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. --- src/dev-app/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev-app/BUILD.bazel b/src/dev-app/BUILD.bazel index 2acd0f185154..9dc6e77dcf3b 100644 --- a/src/dev-app/BUILD.bazel +++ b/src/dev-app/BUILD.bazel @@ -133,8 +133,8 @@ ts_devserver( "@npm//:node_modules/moment/min/moment-with-locales.min.js", "@npm//:node_modules/rxjs/bundles/rxjs.umd.min.js", "@npm//:node_modules/systemjs/dist/system.js", + "@npm//:node_modules/tslib/tslib.js", "@npm//:node_modules/zone.js/dist/zone.js", - "@npm//material-components-web", "index.html", "system-config.js", "system-rxjs-operators.js",