You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): bundling skipped with --exclusively option and stacks under stage (#17210)
We were comparing bundling stacks of the form `Stage/Stack` with stack
names of the form `Stage-Stack`.
For stacks with `NodejsFunction`s this leads to assets containing the whole CDK project because
when bundling is skipped the asset references the source directory which is the project root.
Closes#12898Closes#15346
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
0 commit comments