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 1066ca6 commit fe9be86Copy full SHA for fe9be86
packages/next/webpack.config.js
@@ -62,6 +62,7 @@ const sharedExternals = [
62
'next/dist/compiled/jsonwebtoken',
63
'next/dist/compiled/@opentelemetry/api',
64
'next/dist/compiled/@mswjs/interceptors/ClientRequest',
65
+ 'next/dist/compiled/ws',
66
]
67
68
const externalsMap = {
0 commit comments