Uses of Interface
io.github.cdklabs.projen.javascript.Bundle
-
Packages that use Bundle Package Description io.github.cdklabs.projen.javascript -
-
Uses of Bundle in io.github.cdklabs.projen.javascript
Classes in io.github.cdklabs.projen.javascript that implement Bundle Modifier and Type Class Description static classBundle.Jsii$ProxyAn implementation forBundleMethods in io.github.cdklabs.projen.javascript that return Bundle Modifier and Type Method Description BundleBundler. addBundle(String entrypoint, AddBundleOptions options)(experimental) Adds a task to the project which bundles a specific entrypoint and all of its dependencies into a single javascript output file.BundleBundle.Builder. build()Builds the configured instance.
-