@ms-cloudpack/bundler-plugin-rollup
TypeScript icon, indicating that this package has built-in type declarations

0.13.18 • Public • Published

@ms-cloudpack/bundler-plugin-rollup

Provides a Cloudpack bundler abstraction around the Rollup bundler.

Usage

async function bundlePackage(options)

import { bundlePackage } from '@ms-cloudpack/bundler';

async function start() {
  const result = await bundlePackage({
    packagePath: process.cwd(),
    outputPath: path.join(process.cwd(), 'dist'),
    outputType: 'library',
  });

  console.log(result);
}

start();

Readme

Keywords

none

Package Sidebar

Install

npm i @ms-cloudpack/bundler-plugin-rollup

Weekly Downloads

510

Version

0.13.18

License

MIT

Unpacked Size

255 kB

Total Files

39

Last publish

Collaborators

  • ecraig12345_msft
  • uifabricteam
  • dzearing