JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q44186F
  • License ISC

Rollup config for tree-shakeable libraries based on conventional patterns

Package Exports

  • rollup-config-pectin

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 (rollup-config-pectin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rollup-config-pectin

Rollup config for tree-shakeable libraries based on conventional patterns

Usage

rollup -c node:pectin -i src/index.js

Your package.json needs both a main and module property. The preset used in your .babelrc file must accept options.

Note: This package requires node >=8.9.

Check the Pectin project docs for more information.