From eff3acc0f3ffb6cc4fc6fa6ad946efdc897b4b7c Mon Sep 17 00:00:00 2001 From: Doug Parker Date: Sun, 3 Jul 2022 19:36:53 -0700 Subject: [PATCH] Updates comment for `exports_directories_only`. Refs #50. This is no longer blocked on `ts_library()`, however it still cannot be enabled as `rules_postcss` is broken. I don't fully understand the error or why it is an issue, but moving off `rules_postcss` should address it. --- WORKSPACE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index 132b51f2..03ec4a58 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -40,7 +40,7 @@ npm_install( package_lock_json = "//:package-lock.json", # Needed for `rules_postcss` to be able to resolve its NPM dependencies. strict_visibility = False, - # Needed for `ts_library()`, should be able to drop after migrating to `ts_project()`. + # Needed for `rules_postcss`. exports_directories_only = False, )