Skip to content

Conversation

sedx
Copy link

@sedx sedx commented Mar 12, 2024

Uncomment and fix calling of compensateExports for dependencies.

It's allow use named imports instead default.

Before for React:

import React from 'react';
const Lazy = React.lazy(() => /** */);

After for React:

import { lazy }  from 'react';
const Lazy = lazy(() => /** */);

@sedx sedx force-pushed the add-compensateExports-call branch from dcb06d5 to 6d6e40d Compare March 18, 2024 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant