isNamedExport
If true
, the configuration will be generated as import {name} from 'foo'
, whereas if false
the configuration will be generated as import name from 'foo'
.
If true
, the configuration will be generated as import {name} from 'foo'
, whereas if false
the configuration will be generated as import name from 'foo'
.