diff --git a/tools/BUILD.bazel b/tools/BUILD.bazel index cbb2c527176c..cc4ef29f91ef 100644 --- a/tools/BUILD.bazel +++ b/tools/BUILD.bazel @@ -18,6 +18,7 @@ nodejs_binary( name = "sass_bundle", data = [ "@matdeps//scss-bundle", + "@matdeps//source-map-support", ":sass_bundle_lib", ], entry_point = "angular_material/tools/sass_bundle.js",