@amplydevteam/mapbuilder
v1.0.2
Published
Mapbuilder library
Readme
@amplydevteam/mapbuilder
Minimal Mapbuilder library scaffold.
Development
pnpm install
pnpm devOpen the playground Vite dev server and edit src/index.js or
playground/main.js.
Build
pnpm buildBuild output is dist/index.js (ESM-only).
CDN (unpkg)
<script
type="module"
src="https://unpkg.com/@amplydevteam/mapbuilder/dist/index.js"
></script>Release and changelog
pnpm releaseThis uses standard-version to update CHANGELOG.md and create a git tag.
