We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34005e2 commit bdb2470Copy full SHA for bdb2470
1 file changed
build/azure-pipelines/mixin.js
@@ -55,7 +55,7 @@ function main() {
55
fancyLog(ansiColors.blue('[mixin]'), 'Inheriting OSS built-in extensions', builtInExtensions.map(e => e.name));
56
}
57
58
- return { ...o, builtInExtensions };
+ return { webBuiltInExtensions: ossProduct.webBuiltInExtensions, ...o, builtInExtensions };
59
}))
60
.pipe(productJsonFilter.restore)
61
.pipe(es.mapSync(function (f) {
0 commit comments