Uses of Enum Class
ch.nerdin.esbuild.Bundler.BundleType
Packages that use Bundler.BundleType
-
Uses of Bundler.BundleType in ch.nerdin.esbuild
Methods in ch.nerdin.esbuild that return Bundler.BundleTypeModifier and TypeMethodDescriptionstatic Bundler.BundleTypeReturns the enum constant of this class with the specified name.static Bundler.BundleType[]Bundler.BundleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.nerdin.esbuild with parameters of type Bundler.BundleTypeModifier and TypeMethodDescriptionstatic PathBundler.bundle(List<Path> dependencies, Bundler.BundleType type, Path entry) Use esbuild to bundle either webjar or mvnpm dependencies into a bundle.static Pathstatic Pathstatic Pathprotected static PathBundler.extract(List<Path> dependencies, Bundler.BundleType type)