Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/trace' into trace
Browse files Browse the repository at this point in the history
  • Loading branch information
DLehenbauer committed Jun 4, 2024
2 parents d3f1dbc + cdc2564 commit 8dee5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/client-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Our general strategy for this is as follows:

One thing it is important to be aware of is that our CJS support relies on copying a stub package.json
file to dist/package.json to set the module type to commonjs. When resolving internal imports for CJS
packages, module resolution will wall up from the \*.js file and discover this stub package.json. Because
packages, module resolution will walk up from the \*.js file and discover this stub package.json. Because
the stub package.json lacks an export map, internal imports will not be remapped.

<!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
Expand Down

0 comments on commit 8dee5c3

Please sign in to comment.