1.0.15 • Published 2 months ago

@vroskus/build-web v1.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@vroskus/build-web

Tool for building javascript web packages. A replacement of CRA based on esbuild.

Installation

Call:

npm install -D @vroskus/build-web

yarn add -D @vroskus/build-web

Usage

  1. Just run build-web with args:

Define static type to use (optional) (default: "tsc"): -t, --types <flow | tsc>

Input file path (optional) (default: "src/index.js"): -i, --input-file <path>

Index.html file dir path (optional) (default: "public"): -x, --index-html-dir <path>

Output dir path (optional) (default: "dist"): -o, --output-dir <path>

Generate source map files (optional) (default: false): -s, --sourcemap

Instruct code to collect coverage data (optional) (default: false): -c, --coverage

Debug configuration (optional) (default: false): -d, --debug

1.0.15

2 months ago

1.0.14

2 months ago

1.0.13

3 months ago

1.0.9

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.12

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago