Files
babel/packages/babel-plugin-transform-modules-commonjs/test/fixtures/lazy-dep/options.json
2017-12-17 18:42:35 -08:00

7 lines
100 B
JSON

{
"plugins": [
"external-helpers",
["transform-modules-commonjs", { "lazy": true }]
]
}