@jucie.io/engine-esbuild
v1.0.7
Published
esbuild compiler service for @jucie.io/engine with plugin and config support
Readme
@jucie-engine/esbuild
Esbuild compiler service for @jucie.io/engine. This service wraps esbuild behind the ServiceProvider pattern, providing composable build configuration and plugin registration through the engine's definition system.
Installation
npm install @jucie-engine/esbuildUsage
Refer to the main README.md for comprehensive usage examples and API reference.
Features
- Composable Configuration: Register build options via
defineEsConfigdefinitions that merge at build time - Plugin Composition: Add esbuild plugins individually with
defineEsPluginor in batches withdefineEsPlugins - Incremental Builds: Powered by
esbuild.contextfor fast rebuilds withbuild,watch, andrebuildactions - Engine Integration: Seamlessly integrates with @jucie.io/engine services via
ServiceProvider
