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',
|
'drizzle-kit/api',
|
||||||
'sharp',
|
'sharp',
|
||||||
'libsql',
|
'libsql',
|
||||||
|
'require-in-the-middle',
|
||||||
],
|
],
|
||||||
ignoreWarnings: [
|
ignoreWarnings: [
|
||||||
...(incomingWebpackConfig?.ignoreWarnings || []),
|
...(incomingWebpackConfig?.ignoreWarnings || []),
|
||||||
|
|||||||
Reference in New Issue
Block a user