Skip to content

Commit

Permalink
Updates comment for exports_directories_only.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgp1130 committed Jul 4, 2022
1 parent f9cdaf8 commit eff3acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit eff3acc

Please sign in to comment.