We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce43a8c commit 947bdddCopy full SHA for 947bddd
1 file changed
scripts/rollup/build.js
@@ -298,7 +298,6 @@ function getPlugins(
298
bundleType,
299
globalName,
300
moduleType,
301
- modulesToStub,
302
pureExternalModules
303
) {
304
const findAndRecordErrorCodes = extractErrorCodes(errorCodeOpts);
@@ -501,7 +500,6 @@ async function createBundle(bundle, bundleType) {
501
500
502
bundle.global,
503
bundle.moduleType,
504
- bundle.modulesToStub,
505
506
),
507
// We can't use getters in www.
0 commit comments