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