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

[edge] enable edge compiler source maps by default #38365

Merged

Commits on Jul 6, 2022

  1. [edge] enable edge compiler source maps by default

    since we no longer have a single compiler for browser & edge, we can enable
    source map generation by default for all edge functions. This would make it
    much easier to debug and understand what's happening when deploying to prod
    as the log statements will show us the actual code location instead of post
    bundling and minified location.
    
    This also removes the experimental flag as it's not needed anymore.
    Schniz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a399024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e8959 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/canary' into enable-edge-compile…

    …r-source-maps-by-default
    Schniz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    02695b3 View commit details
    Browse the repository at this point in the history
  4. Don't count .map files

    Schniz committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    22e72a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34f3691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    746101c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d89c8bd View commit details
    Browse the repository at this point in the history