0.4.0 • Published 4 years ago

@blastz/nico-build v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

nico-build

Use ncc and bytenode to compile nico project.

Installation

$ npm install -D @blastz/nico-build

Usage

import path from 'path';
import build from '@blastz/nico-build';

build([
  {
    type: 'ncc',
    input: path.resolve(__dirname, './index.js'),
    output: path.resolve(__dirname, './dist'),
    rmOutput: true
  }
]);