Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
553ef27a6f754f59ba53400bd5ecc5cb0435aeef
/
.
/
packages
/
node-patches
/
rollup.config.js
blob: e2ada67c63cc36b542af5e73c8053185f5d162ad [
file
]
const
commonjs
=
require
(
'@rollup/plugin-commonjs'
);
module
.
exports
=
{
output
:
{
banner
:
'// clang-format off'
,
},
plugins
:
[
commonjs
()],
};