0.0.0-pre-alpha.2 • Published 2 years ago

@oribuild/api v0.0.0-pre-alpha.2

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@oribuild/api

Provides a node api surface for the ori bundler.

Usage

import { build } from '@oribuild/api';

async function buildProject() {
  const result = await build({
    absWorkingDir: '/Users/david/git/project',
    outdir: './lib',
    outbase: './src',
    minify: false,
    externals: [],
    entryPoints: {
      index: './src/index.tsx',
    },
  });
}

Details

TBD

API

TBD