Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
b0fddaeedff9d53619367ecf0387085c2442a2d7
/
.
/
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
:
[],
};