diff --git a/packages/next/taskfile.js b/packages/next/taskfile.js index 388cf05b43f63..495da5ef09467 100644 --- a/packages/next/taskfile.js +++ b/packages/next/taskfile.js @@ -2340,7 +2340,6 @@ export async function ncc(task, opts) { 'ncc_https_proxy_agent', 'ncc_jest_docblock', 'ncc_mini_css_extract_plugin', - 'ncc_mswjs_interceptors', ], opts ) @@ -2362,6 +2361,7 @@ export async function ncc(task, opts) { 'ncc_edge_runtime_primitives', 'ncc_edge_runtime_ponyfill', 'ncc_edge_runtime', + 'ncc_mswjs_interceptors', ], opts )