@blastz/nico-build
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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
  }
]);

Readme

Keywords

Package Sidebar

Install

npm i @blastz/nico-build

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

24.4 kB

Total Files

16

Last publish

Collaborators

  • blastz