74 Commits

Author SHA1 Message Date
Evan Wallace
610d49bc96 fix #1152: add the "--allow-overwrite" flag 2021-04-22 14:01:20 -07:00
Evan Wallace
e2a461f0fe split "debug" log level into "debug" and "verbose" 2021-04-17 03:38:56 -07:00
Evan Wallace
9c4979fc63 add a "debug" log level 2021-04-01 20:50:31 -07:00
Evan Wallace
225d6ef83f implement custom output paths for entry points 2021-03-28 19:34:49 -07:00
Evan Wallace
6fa75759dd small refactor to log formatting 2021-03-25 13:07:14 -07:00
Justin Ridgewell
d57cb4640a Add Source Map sourceRoot Support (#1028) 2021-03-24 23:49:25 -07:00
Evan Wallace
356ea17db8 enable hashes in entry file paths (#1001) 2021-03-18 21:30:57 -07:00
Evan Wallace
7d30f836e3 rename "error limit" to "log limit" 2021-03-08 20:51:30 -08:00
Evan Wallace
e0f73123d6 remove "metafile" from "outputFiles" 2021-03-08 20:51:30 -08:00
Evan Wallace
1a458e0bf5 implement custom conditions for "exports" 2021-03-08 20:51:30 -08:00
Evan Wallace
9ad8ebb0ae make banner and footer also work for css 2021-03-08 20:51:30 -08:00
Evan Wallace
b5c5f0a9fe remove "--summary", always print summary instead 2021-03-08 20:51:30 -08:00
Evan Wallace
74bce2db64 remove the deprecated "avoid TDZ" option 2021-03-08 20:51:30 -08:00
Evan Wallace
899414ec00 fix #888: add path templates for chunks and assets 2021-02-26 15:48:54 -08:00
Evan Wallace
a76109f70f fix #866: default serve host to "0.0.0.0" 2021-02-22 21:40:03 -08:00
Evan Wallace
8c8f9477c5 serve: print ":::8000" as "[::]:8000" 2021-02-22 20:17:16 -08:00
Evan Wallace
a4b1f20345 fix #834: add Go "ParseServeOptions" API 2021-02-19 00:20:25 -08:00
Evan Wallace
ad39a2970f fix #796: add the "--servedir=" flag 2021-02-13 00:42:01 -08:00
Evan Wallace
a17c58371e serve: redirect to slash for directories 2021-02-12 22:16:26 -08:00
Evan Wallace
d34726e07b still start watch mode if there are errors 2021-02-12 20:52:10 -08:00
Evan Wallace
fd64cdc95c remove watch mode feedback 2021-02-12 20:51:04 -08:00
Evan Wallace
f7d01de376 fix #781: add a "--preserve-symlinks" flag 2021-02-10 20:22:21 -08:00
Evan Wallace
9580aa8a61 add support for "NODE_PATH" 2021-02-08 01:01:53 -08:00
Evan Wallace
a2a221e009 fix #689 and #730: add cwd option, disable service stop() 2021-01-31 23:54:12 -08:00
Evan Wallace
94f89b8d85 fix #21: implement a basic polling watch mode 2021-01-31 01:51:21 -08:00
Evan Wallace
88c852355d fix #687: purge all uses of "path/filepath" 2021-01-25 17:39:58 -08:00
hardfist
ce6e13b673 fix missing 'neutral' in platform description (#695) 2021-01-20 09:38:39 -08:00
Evan Wallace
e8c2b62c23 fix #674: add "--platform=neutral" 2021-01-17 17:51:51 -08:00
Evan Wallace
e220328e59 fix #650: add "--sourcemap=both" 2021-01-06 17:52:27 -08:00
Evan Wallace
f70234145b fix #631: optionally print a build summary 2020-12-30 22:28:09 -08:00
Evan Wallace
442f2a706c add "--sources-content=false" (#624) 2020-12-29 00:06:31 -08:00
Evan Wallace
a8c1d25045 link to documentation in command help text 2020-12-07 21:48:04 -08:00
Evan Wallace
b79d22c875 rename internal/helpers => internal/cli_helpers 2020-12-07 21:18:19 -08:00
Evan Wallace
f8eb7595e4 make #563 backward-compatible 2020-11-26 11:23:26 -08:00
Jamal Carvalho
0e356b1852 support custom host in serve api (#563) 2020-11-26 11:17:51 -08:00
Evan Wallace
bd735d470b always suggest \" for '--flag' 2020-11-21 02:04:34 -08:00
Evan Wallace
fb7badee35 a special error message for '--flag' on windows 2020-11-21 01:33:35 -08:00
Evan Wallace
d182184589 allow ports in the upper uint16 range 2020-11-21 00:27:26 -08:00
Evan Wallace
8c03bf2617 add a local server api to go 2020-11-20 00:57:59 -08:00
Evan Wallace
e6ab1b94b1 fix #458: add "--tree-shaking=ignore-annotations" 2020-11-17 19:18:21 -08:00
Grzegorz Rozdzialik
4f7b3463ce add support for adding banner and footer to output files (#531) 2020-11-15 16:12:19 -08:00
Evan Wallace
a370d53517 fix #510: add the "--keep-names" option 2020-11-11 02:38:13 -08:00
Evan Wallace
38c5be5b53 add a plugin api (#111) 2020-10-31 22:11:47 -07:00
David Yamnitsky
38d1a19675 add --outbase option (#471) 2020-10-31 17:45:55 -07:00
Evan Wallace
4c00b53703 remove the strict option entirely 2020-10-28 07:42:57 -07:00
Evan Wallace
aa00fff4ad remove "--strict" for "??" and "?." 2020-10-28 07:42:55 -07:00
Evan Wallace
02cb68161d rename some go api arguments 2020-10-28 07:42:11 -07:00
Evan Wallace
0a1017d48e resolve dir for api no longer defaults to cwd 2020-10-28 07:41:41 -07:00
Evan Wallace
2c321ef12d rename transform result "js" => "code" 2020-10-28 07:39:56 -07:00
Evan Wallace
e8f368cb72 fix #483: add "tsconfigRaw" to transform API 2020-10-27 19:34:34 -07:00