Skip to content

Commit

Permalink
Apparently "easily" may be insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Oct 2, 2024
1 parent 0480799 commit b886ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/app-dir/actions-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ The main purpose of this end-to-end test app is to allow manual testing of
server action source mapping within the React DevTools.

Until we have properly implemented `findSourceMapURL` in Next.js, this demo only
works with Turbopack. This is because we can easily mock `findSourceMapURL` for
the test app, as Turbopack generates source map files, whereas Webpack uses
works with Turbopack. This is because we can mock `findSourceMapURL` for the
test app, as Turbopack generates source map files, whereas Webpack uses
`eval-source-map`.

For client bundles, the source map files are served directly through
Expand Down

0 comments on commit b886ef9

Please sign in to comment.