Sign in
pigweed
/
third_party
/
github
/
aspect-build
/
rules_js
/
HEAD
/
.
/
js
/
private
/
test
/
node-patches
/
babel.config.js
blob: 91a9d9eff669279f4e88f41a99cec1226a6fc30d [
file
] [
log
] [
blame
]
module
.
exports
=
{
plugins
:
[
[
'@babel/plugin-transform-modules-commonjs'
,
{
importInterop
:
'none'
,
},
],
],
}