From 0f166ddc2e34e0ef8ab42fe5f8e0a72e72f0d9c5 Mon Sep 17 00:00:00 2001 From: Jimmy Lai Date: Wed, 27 Sep 2023 15:49:30 +0200 Subject: [PATCH] external ws --- packages/next/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/next/webpack.config.js b/packages/next/webpack.config.js index 7f7f8e26c5ce3..d774e6134e1ab 100644 --- a/packages/next/webpack.config.js +++ b/packages/next/webpack.config.js @@ -62,6 +62,7 @@ const sharedExternals = [ 'next/dist/compiled/jsonwebtoken', 'next/dist/compiled/@opentelemetry/api', 'next/dist/compiled/@mswjs/interceptors/ClientRequest', + 'next/dist/compiled/ws', ] const externalsMap = {