Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
rollup
/
rollup.config.js
blob: 070db9059a660a9d73cb5ea611625d55bbc57a95 [
file
]
// Note: we cannot require() any plugins here because the user may not have any installed
module
.
exports
=
{
output
:
{},
plugins
:
[],
};