Uses of Class
ch.nerdin.esbuild.model.BundleOptions
Packages that use BundleOptions
-
Uses of BundleOptions in ch.nerdin.esbuild
Methods in ch.nerdin.esbuild with parameters of type BundleOptionsModifier and TypeMethodDescriptionstatic BundleResultBundler.bundle(BundleOptions bundleOptions) Use esbuild to bundle either webjar or mvnpm dependencies into a bundle.static PathBundler.install(BundleOptions bundleOptions) static PathBundler.installIfNeeded(BundleOptions bundleOptions) static WatchBundler.watch(BundleOptions bundleOptions, BuildEventListener eventListener) -
Uses of BundleOptions in ch.nerdin.esbuild.model
Methods in ch.nerdin.esbuild.model that return BundleOptions