Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Can't import the named export 'createElement' #36

Merged
merged 1 commit into from
Oct 15, 2019

Commits on Oct 15, 2019

  1. Fix Can't import the named export 'createElement'

    tried to switch to beta 6 and got the following webpack errors:
    > Can't import the named export 'createElement' from non EcmaScript module (only default export is available)
    A bit of searching showed that there's a problem with default webpack config and packages that export .mjs files. More details here apollographql/react-apollo#1737
    This PR removes the mjs entry from package.json.
    SpadarShut authored Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0bd8f97 View commit details
    Browse the repository at this point in the history