fix(next): tells webpack not to bundle the require-in-the-middle pkg (#12417)
This commit is contained in:
@@ -132,6 +132,7 @@ export const withPayload = (nextConfig = {}, options = {}) => {
|
||||
'drizzle-kit/api',
|
||||
'sharp',
|
||||
'libsql',
|
||||
'require-in-the-middle',
|
||||
],
|
||||
ignoreWarnings: [
|
||||
...(incomingWebpackConfig?.ignoreWarnings || []),
|
||||
|
||||
Reference in New Issue
Block a user