Package Exports
- leafer-react
- leafer-react/dist/es/index.js
- leafer-react/dist/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (leafer-react) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Modern.js Package
Setup
Install the dependencies:
pnpm run install
Get Started
Run and debug the module:
pnpm run dev
Build the module for production:
pnpm run build
Enable optional features:
pnpm run new
Other commands:
pnpm run lint # Lint and fix source files
pnpm run change # Add a new changeset
pnpm run bump # Update version and changelog via changeset
pnpm run release # Release the package
For more information, see the Modern.js Module documentation.