Skip to content

lwe8/lwe8-build

Repository files navigation

Lwe8 Build

Overview

Mini build tool.

Install

npm i lwe8-build

Use

import { compile } from ".lwe8-build";

await compile({
  entry: "./src/index.ts",
  format: "esm",
  outDir: "dist",
  declaration: true,
});

await compile({
  entry: "./src/index.ts",
  format: "cjs",
  outDir: "dist",
});

License

MIT © Pho Thin Mg

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors