Uses of Interface
io.github.cdklabs.projen.javascript.AddBundleOptions
-
Packages that use AddBundleOptions Package Description io.github.cdklabs.projen.javascript -
-
Uses of AddBundleOptions in io.github.cdklabs.projen.javascript
Classes in io.github.cdklabs.projen.javascript that implement AddBundleOptions Modifier and Type Class Description static classAddBundleOptions.Jsii$ProxyAn implementation forAddBundleOptionsMethods in io.github.cdklabs.projen.javascript that return AddBundleOptions Modifier and Type Method Description AddBundleOptionsAddBundleOptions.Builder. build()Builds the configured instance.Methods in io.github.cdklabs.projen.javascript with parameters of type AddBundleOptions 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.
-