Skip to content

Commit 947bddd

Browse files
NE-SmallTownbvaughn
authored andcommitted
Remove redundant argument of getPlugins function (#14419)
1 parent ce43a8c commit 947bddd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/rollup/build.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ function getPlugins(
298298
bundleType,
299299
globalName,
300300
moduleType,
301-
modulesToStub,
302301
pureExternalModules
303302
) {
304303
const findAndRecordErrorCodes = extractErrorCodes(errorCodeOpts);
@@ -501,7 +500,6 @@ async function createBundle(bundle, bundleType) {
501500
bundleType,
502501
bundle.global,
503502
bundle.moduleType,
504-
bundle.modulesToStub,
505503
pureExternalModules
506504
),
507505
// We can't use getters in www.

0 commit comments

Comments
 (0)