We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fb266 commit abaecfbCopy full SHA for abaecfb
packages/next-swc/crates/next-core/src/next_import_map.rs
@@ -280,6 +280,20 @@ pub async fn get_next_server_import_map(
280
"next/dist/build/webpack/loaders/next-flight-loader/action-proxy",
281
),
282
);
283
+ import_map.insert_exact_alias(
284
+ "private-next-rsc-action-client-wrapper",
285
+ request_to_import_mapping(
286
+ project_path,
287
+ "next/dist/build/webpack/loaders/next-flight-loader/action-client-wrapper",
288
+ ),
289
+ );
290
291
+ "private-next-rsc-action-validate",
292
293
294
+ "next/dist/build/webpack/loaders/next-flight-loader/action-validate",
295
296
297
import_map.insert_exact_alias(
298
"next/head",
299
request_to_import_mapping(project_path, "next/dist/client/components/noop-head"),
0 commit comments