dgp1130 / rules_prerender

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

Make Rollup dependency optional #5

Open dgp1130 opened 3 years ago

dgp1130 commented 3 years ago

Currently, @bazel/rollup is a required dependency because it is used in prerender_page_bundled(). However, if an application has their own custom bundling logic and never uses this macro, then they should not have to download and install Rollup.

We could list this as an optional dep, although I'm not totally familiar with how NodeJS implements them and how much control they provide users.