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
Why do the dependencies have information on the targets and their build instructions (../../key.snk???) in there?
For funzies... in a package with highly complex dependencies such as @aws-cdk/app-delivery, removing the dependencies node from the assembly reduces the file size from
8.2 MB
to
18 kB (!!!!)
The text was updated successfully, but these errors were encountered:
Stop deeply nesting dependency packages and their dependencies. All
dependencies are now flattened to a single transitive dependency
closure. This will save a lot of space and processing power in
processing the assembly.
Make jsii-reflect validate the schema (including the version). It wasn't doing that before!!
Fixes#453.
Looking at the start of the dependency section of the
@aws-cdk/app-delivery
assembly, it looks like this:../../key.snk
???) in there?For funzies... in a package with highly complex dependencies such as
@aws-cdk/app-delivery
, removing thedependencies
node from the assembly reduces the file size fromto
The text was updated successfully, but these errors were encountered: