@ajay-testing/forge-bundler
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Default bundler for Forge apps

API

import { bundle, watch } from '@atlassian/forge-cli-bundler';

// bundle example
const { output, sourceMap } = await bundle(endpoint);

// watch example
const monitor = watch(endpoint, (err, output) => {
  if (err) {
    log(err);
  } else {
    // ...
  }
});

monitor.stop();

Readme

Keywords

none

Package Sidebar

Install

npm i @ajay-testing/forge-bundler

Weekly Downloads

1

Version

0.1.0

License

UNLICENSED

Unpacked Size

18.7 kB

Total Files

26

Last publish

Collaborators

  • xwcaron
  • reivax0z
  • ajaynarainmathur