Files
babel/packages/babel-plugin-transform-modules-amd/test/fixtures/loose/noInterop-import-default-only/options.json
2018-09-09 17:57:52 -07:00

13 lines
155 B
JSON

{
"plugins": [
"external-helpers",
[
"transform-modules-amd",
{
"loose": true,
"noInterop": true
}
]
]
}