@mohasinac/appkit 2.7.5 → 2.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/configs/next.js +26 -1
- package/package.json +1 -1
package/dist/configs/next.js
CHANGED
|
@@ -108,11 +108,36 @@ export function defineNextConfig(override = {}) {
|
|
|
108
108
|
"./node_modules/duplexify/**",
|
|
109
109
|
"./node_modules/uuid/**",
|
|
110
110
|
"./node_modules/lodash.camelcase/**",
|
|
111
|
-
//
|
|
111
|
+
// Transitive deps of gaxios / duplexify / retry-request / https-proxy-agent
|
|
112
|
+
// not statically analysed by the Vercel output file tracer (dynamic requires)
|
|
112
113
|
"./node_modules/is-stream/**",
|
|
113
114
|
"./node_modules/extend/**",
|
|
114
115
|
"./node_modules/https-proxy-agent/**",
|
|
115
116
|
"./node_modules/agent-base/**",
|
|
117
|
+
"./node_modules/readable-stream/**",
|
|
118
|
+
"./node_modules/inherits/**",
|
|
119
|
+
"./node_modules/debug/**",
|
|
120
|
+
"./node_modules/ms/**",
|
|
121
|
+
"./node_modules/end-of-stream/**",
|
|
122
|
+
"./node_modules/once/**",
|
|
123
|
+
"./node_modules/wrappy/**",
|
|
124
|
+
"./node_modules/stream-shift/**",
|
|
125
|
+
"./node_modules/stream-events/**",
|
|
126
|
+
"./node_modules/safe-buffer/**",
|
|
127
|
+
"./node_modules/string_decoder/**",
|
|
128
|
+
"./node_modules/util-deprecate/**",
|
|
129
|
+
"./node_modules/teeny-request/**",
|
|
130
|
+
"./node_modules/http-proxy-agent/**",
|
|
131
|
+
"./node_modules/gcp-metadata/**",
|
|
132
|
+
"./node_modules/json-bigint/**",
|
|
133
|
+
"./node_modules/stubs/**",
|
|
134
|
+
"./node_modules/form-data/**",
|
|
135
|
+
"./node_modules/combined-stream/**",
|
|
136
|
+
"./node_modules/delayed-stream/**",
|
|
137
|
+
"./node_modules/asynckit/**",
|
|
138
|
+
"./node_modules/mime-types/**",
|
|
139
|
+
"./node_modules/mime-db/**",
|
|
140
|
+
"./node_modules/google-logging-utils/**",
|
|
116
141
|
],
|
|
117
142
|
};
|
|
118
143
|
const mergedOutputFileTracingIncludes = {
|