Modify app/BUILD: bower_components to fetch map files too

In preparation for Polymer 2.x update, as with the webcomponents update,
it pulls in a .map file.

Change-Id: I8c12afbd98780ead07089a6c38e4b7c223d87ea1
This commit is contained in:
Paladox none
2019-04-11 22:15:55 +00:00
parent ed3dfabb8c
commit edffe54bc6

View File

@@ -51,6 +51,7 @@ filegroup(
[
"bower_components/**/*.html",
"bower_components/**/*.js",
"bower_components/**/*.map",
],
),
)