Closed spacesuitdiver closed 10 months ago
A configuration like:
namedExports: { 'foo': ['bar'], },
Nets us:
import React from 'react'; import { bar } from 'foo';
I believe this is a behavior as per design. I'll close this issue in any case as it is stale. If anyone feels this is something we should look more into, please reopen the issue. Thanks.
A configuration like:
Nets us: