Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
5db7c8ee03c4d16eba9e109679f3f3b4e596d585
/
.
/
packages
/
rollup
/
test
/
plugins
/
rollup.config.js
blob: de40fdafba6ae313575b3d16a54010734201d4c7 [
file
]
import
json from
'rollup-plugin-json'
;
module
.
exports
=
{
plugins
:
[
json
({
preferConst
:
true
}),
],
};