Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b4e0b4

Browse files
committed
cleanup
1 parent 3c23400 commit 8b4e0b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/next-core/src/next_server/resolve.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,6 @@ impl AfterResolvePlugin for ExternalCjsModulesResolvePlugin {
206206
let unable_to_externalize = |reason: Vec<StyledString>| {
207207
if must_be_external {
208208
ExternalizeIssue {
209-
// TODO put lookup_path into message and use next.config path to always show
210-
// this warning even in node_modules? Or change the logic in
211-
// the js side
212209
file_path: lookup_path.clone(),
213210
package: package.clone(),
214211
request_str: request_str.clone(),

0 commit comments

Comments
 (0)