We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a99ac0 commit 7395a39Copy full SHA for 7395a39
builders/cordova-build/index.ts
@@ -48,7 +48,7 @@ export class CordovaBuildBuilder implements Builder<CordovaBuildBuilderSchema> {
48
const cordovaBasePath = normalize(options.cordovaBasePath ? options.cordovaBasePath : '.');
49
50
if (typeof options.sourceMap !== 'undefined') {
51
- browserOptions.sourceMap = options.sourceMap as any;
+ browserOptions.sourceMap = options.sourceMap;
52
}
53
54
// We always need to output the build to `www` because it is a hard
0 commit comments