Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c23400 commit 8b4e0b4Copy full SHA for 8b4e0b4
crates/next-core/src/next_server/resolve.rs
@@ -206,9 +206,6 @@ impl AfterResolvePlugin for ExternalCjsModulesResolvePlugin {
206
let unable_to_externalize = |reason: Vec<StyledString>| {
207
if must_be_external {
208
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
212
file_path: lookup_path.clone(),
213
package: package.clone(),
214
request_str: request_str.clone(),
0 commit comments