JSPM

lc-lib-rollup-build

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q13571F
  • License MIT

rollup build lib

Package Exports

  • lc-lib-rollup-build

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

Readme

lc-lib-rollup-build

This is a cli of building lib by rollup. Part of command tool for lib-candy.

Usage

Command Line

npx lc-lib-rollup-build

Api

const libRollupBuild = require('lc-lib-rollup-build');

libRollupBuild(projRootDir).then(function(){
  // do something
}).catch(function() {
  // do something
})
···