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

Support universal builds ("SSR") #1841

Merged
merged 2 commits into from
Aug 8, 2018
Merged

Support universal builds ("SSR") #1841

merged 2 commits into from
Aug 8, 2018

Commits on Jul 19, 2018

  1. Make sure module can be required in Node.js without throwing an error…

    … (needed for universal / SSR builds)
    friday committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6300f72 View commit details
    Browse the repository at this point in the history
  2. Ensure that module can be required in node without errors

    See #1841
    
    >We have this library bundled and running in an isomorphic application, but on the server nothing is ever called. It just needs to be bundled safely.
    tjenkinson authored and friday committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    8f09e5e View commit details
    Browse the repository at this point in the history