Content-Length: 266569 | pFad | http://github.com/NativeScript/NativeScript/commit/0e2db6e586c6d05d7996fc0bdad7b014c687dea4
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2d51e commit 0e2db6eCopy full SHA for 0e2db6e
packages/webpack5/src/index.ts
@@ -158,10 +158,10 @@ export function chainWebpack(
158
* @param mergeFn An object or a function that optionally returns an object (can mutate the object directly and return nothing)
159
*/
160
export function mergeWebpack(
161
- mergeFn: (
+ mergeFn: ((
162
config: Partial<webpack.Configuration>,
163
env: IWebpackEnv,
164
- ) => any | Partial<webpack.Configuration>,
+ ) => any) | Partial<webpack.Configuration>,
165
) {
166
webpackMerges.push(mergeFn);
167
}
Fetched URL: http://github.com/NativeScript/NativeScript/commit/0e2db6e586c6d05d7996fc0bdad7b014c687dea4
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments