Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 7, 2022
1 parent 8fb846f commit 689fb67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/build-npm.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ func (task *BuildTask) build(tracing *stringSet) (esm *Module, err error) {
return api.OnResolveResult{}, nil
}

// todo: bundles sub-modules of deps that are not in `exports`

// dynamic external
external.Add(specifier)
return api.OnResolveResult{Path: "__ESM_SH_EXTERNAL:" + specifier, External: true}, nil
Expand Down

0 comments on commit 689fb67

Please sign in to comment.