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

Re-bundle server app in adapter-node #1648

Merged
merged 5 commits into from
Jun 10, 2021
Merged

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    0b9ff32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3434ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a8e8f View commit details
    Browse the repository at this point in the history
  4. add changeset

    Conduitry committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6670841 View commit details
    Browse the repository at this point in the history
  5. add require() shim for requires not transformed by esbuild

    esbuild doesn't seem to transform require()s of Node builtins into
    imports, so define a global.require for them.
    Conduitry committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    015375d View commit details
    Browse the repository at this point in the history