dgp1130 / rules_prerender

A Bazel rule set for prerending HTML pages.
13 stars 0 forks source link

Package publishable components #65

Open dgp1130 opened 1 year ago

dgp1130 commented 1 year ago

Currently published components require specific metadata to be maintained in the package.json files. This currently needs to be maintained manually and can easily fall out of date with the actual files on disk. We should build a "component packager" tool which takes a prerender_component() and generates an npm_package() where all the metadata is automatically generated.