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

7 lines
105 B
JSON

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