Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) Bundle ¶
func (b *Builder) Bundle(options esbuild.BuildOptions, entries ...string) ([]esbuild.OutputFile, error)
Bundle a group of files
func (*Builder) Serve ¶
func (b *Builder) Serve(options esbuild.BuildOptions, entries ...string) (*esbuild.OutputFile, error)
Serve a single file
Click to show internal directories.
Click to hide internal directories.