Skip to content

Commit

Permalink
Remove redundant argument of getPlugins function (#14419)
Browse files Browse the repository at this point in the history
  • Loading branch information
NE-SmallTown authored and bvaughn committed Dec 12, 2018
1 parent ce43a8c commit 947bddd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/rollup/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ function getPlugins(
bundleType,
globalName,
moduleType,
modulesToStub,
pureExternalModules
) {
const findAndRecordErrorCodes = extractErrorCodes(errorCodeOpts);
Expand Down Expand Up @@ -501,7 +500,6 @@ async function createBundle(bundle, bundleType) {
bundleType,
bundle.global,
bundle.moduleType,
bundle.modulesToStub,
pureExternalModules
),
// We can't use getters in www.
Expand Down

0 comments on commit 947bddd

Please sign in to comment.