Skip to content

fix: provide extensions for react-reconciler imports#649

Open
ojeytonwilliams wants to merge 1 commit into
pixijs:mainfrom
ojeytonwilliams:fix/prefixed-imports
Open

fix: provide extensions for react-reconciler imports#649
ojeytonwilliams wants to merge 1 commit into
pixijs:mainfrom
ojeytonwilliams:fix/prefixed-imports

Conversation

@ojeytonwilliams

Copy link
Copy Markdown

An ESM import of 'some/file' must include the extension unless the imported module has an 'exports' field.
react-reconciler doesn't provide one, so the .js extension is necessary.

This should close #614

An ESM import of 'some/file' must include the extension unless the imported module has an 'exports' field.
react-reconciler doesn't provide one, so the .js extension is necessary.
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.

Installing and running example from README causes error

1 participant