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 ee11ba4 commit 3719ec5Copy full SHA for 3719ec5
packages/aws-cdk-lib/core/lib/asset-staging.ts
@@ -215,7 +215,6 @@ export class AssetStaging extends Construct {
215
assetHashType: this.hashType,
216
customFingerprint: this.customSourceFingerprint,
217
extraHash: props.extraHash,
218
- // TODO: may be a breaking change even by adding this if the include is undefined when version upgrading...
219
include: props.include,
220
exclude: props.exclude,
221
ignoreMode: props.ignoreMode,
0 commit comments