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