Skip to content

Commit

Permalink
Remove debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatown committed Jan 15, 2024
1 parent 859dd21 commit 715fa60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/src/rollup-plugins/resolve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export function resolveErrorsPlugin(
if (isUmd || resolved.id?.startsWith("__USE_CLIENT_IMPORT__")) {
return resolved;
}
debugger;
warnings.add(
`all relative imports in a package should only import modules inside of their package directory but ${
importer
Expand Down

0 comments on commit 715fa60

Please sign in to comment.