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