Build support module for island development, currently at v0.0.11. Provides tooling for building 'island' architectures (micro-frontends or isolated components) with minimal configuration. Differentiates by focusing on targeted builds for isolated UI islands. Early-stage package with breaking changes likely. Develops actively but version indicates pre-1.0.0 instability.
npm install island-buildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of both default and named exports to configure and build an island.
Use `buildIsland` instead of `createBuild`.
Pass single config object: `islandBuild({ entry: '...' })`.Use `import` or dynamic import: `const island = await import('island-build')`.Replace `createConfig` with `defineConfig`.
Run `npm install island-build` and ensure node_modules is present.
Use `import islandBuild from 'island-build'` (ESM default import).
Remove CLI usage. Use JavaScript/TypeScript API.
No dependency data recorded yet.