Skip to content

Commit

Permalink
Removes leftover TODO comment.
Browse files Browse the repository at this point in the history
Refs #39.

Left in this comment while debugging the NodeJS v14+ issue with `@bazel/postcss` as one possible solution (#39 (comment)). Ultimately decided to stay on Node v12, so it's no longer relevant and there is nothing to do.
  • Loading branch information
dgp1130 committed Aug 29, 2021
1 parent 89c2777 commit d1472b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rules_prerender/prerender_pages.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def prerender_pages(
postcss_binary(
name = "%s_styles" % name,
src = ":%s_styles.css" % prerender_name,
# TODO: Can remove this.
sourcemap = True,
output_name = bundled_css,
plugins = {
Expand Down

0 comments on commit d1472b2

Please sign in to comment.