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