1.0.33 • Published 7 months ago

@vroskus/build-web v1.0.33

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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.29

7 months ago

1.0.28

7 months ago

1.0.27

7 months ago

1.0.33

7 months ago

1.0.32

7 months ago

1.0.31

7 months ago

1.0.30

7 months ago

1.0.26

7 months ago

1.0.25

8 months ago

1.0.24

8 months ago

1.0.23

8 months ago

1.0.19

11 months ago

1.0.18

11 months ago

1.0.22

11 months ago

1.0.21

11 months ago

1.0.20

11 months ago

1.0.17

11 months ago

1.0.16

11 months ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago