We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794999 commit cb2ddfaCopy full SHA for cb2ddfa
angular/app-types/angular-app-type/angular.application.ts
@@ -152,7 +152,7 @@ export class AngularApp implements Application {
152
}
153
154
async getBundler(context: AppBuildContext): Promise<Bundler> {
155
- if (typeof this.options.bundler !== 'string') {
+ if (this.options.bundler && typeof this.options.bundler !== 'string') {
156
return this.options.bundler as Bundler;
157
158
0 commit comments