Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 446 Bytes

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.

Related

Check the Pectin project docs for more information.