Package ch.nerdin.esbuild
Class BundleOptionsBuilder
java.lang.Object
ch.nerdin.esbuild.BundleOptionsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withBundleName(String bundleName) withDependencies(List<Path> dependencies) withEntries(List<Path> entries) withType(Bundler.BundleType type)
-
Constructor Details
-
BundleOptionsBuilder
public BundleOptionsBuilder()
-
-
Method Details
-
withBundleName
-
withDependencies
-
withType
-
withEntries
-
withEntry
-
build
-