Evan Wallace
fb48d9bac8
enable custom hints per api kind
2021-04-22 14:17:43 -07:00
Evan Wallace
610d49bc96
fix #1152 : add the "--allow-overwrite" flag
2021-04-22 14:01:20 -07:00
Evan Wallace
a3d25dd6c2
add an internal-only timing flag
2021-04-20 02:49:09 -07:00
Evan Wallace
e2a461f0fe
split "debug" log level into "debug" and "verbose"
2021-04-17 03:38:56 -07:00
Evan Wallace
c693730ed8
move additional files into module
2021-04-11 05:55:07 -07:00
Evan Wallace
ad60e772a1
make "UseDefineForClassFields" a 3-state
2021-04-09 23:53:31 -07:00
Evan Wallace
c62d33f6df
release notes for "debug" log level
2021-04-01 22:50:02 -07:00
Evan Wallace
9c4979fc63
add a "debug" log level
2021-04-01 20:50:31 -07:00
Evan Wallace
49b8d86f59
auto-define "process.env.NODE_ENV" for the browser
2021-03-31 15:53:18 -07:00
Evan Wallace
18ee69dbd6
Revert "add the "[type]" path template placeholder"
...
This reverts commit a6ad9a3436 . I think this is actually too specific to my use case and I might want to create separate "--entry-names:js" and "--entry-names:css" settings instead.
2021-03-29 12:18:49 -07:00
Evan Wallace
a6ad9a3436
add the "[type]" path template placeholder
2021-03-29 01:20:56 -07:00
Evan Wallace
225d6ef83f
implement custom output paths for entry points
2021-03-28 19:34:49 -07:00
Evan Wallace
d4bfad73f6
clean up chunk-relative paths with public path
2021-03-27 15:22:01 -07:00
Evan Wallace
5cf85d5aef
fix #1058 : add the "formatMessages" api
2021-03-25 14:57:28 -07:00
Evan Wallace
fc325d0996
add "suggestion" to log message location
2021-03-25 14:43:41 -07:00
Evan Wallace
6fa75759dd
small refactor to log formatting
2021-03-25 13:07:14 -07:00
Evan Wallace
0f3f7d0dd6
add "watchFiles" and "watchDirs"
2021-03-25 01:20:32 -07:00
Justin Ridgewell
d57cb4640a
Add Source Map sourceRoot Support ( #1028 )
2021-03-24 23:49:25 -07:00
Evan Wallace
203b0c83d2
use windows-proof mime type for "file" loader too
2021-03-24 21:29:55 -07:00
Evan Wallace
c8eb58f7fa
fix #1030 : work around a bug in go's mime types
2021-03-22 17:38:46 -07:00
Evan Wallace
d790be41a9
fix #373 : expose build options to plugins
2021-03-20 13:20:53 -07:00
Evan Wallace
514a7b0fe1
fix #1013 : parsing for the "[dir]" placeholder
2021-03-19 10:43:51 -07:00
Evan Wallace
356ea17db8
enable hashes in entry file paths ( #1001 )
2021-03-18 21:30:57 -07:00
Evan Wallace
d943e89e50
fix #975 : add target env to lowering error
2021-03-15 13:54:57 -07:00
Evan Wallace
a33449bba6
initial support for conditional css imports ( #953 )
2021-03-11 10:11:21 -08: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
8201426cd0
avoid printing the summary in certain cases
2021-03-08 20:51:30 -08:00
Evan Wallace
81f5d6c412
".mjs" and ".cjs" are no longer implied
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
0e7c11d28e
avoid run time in summary for yarn 1
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
c67cf96244
remove unused "SpinnerBusy" and "SpinnerIdle"
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
15b36c5974
flush deferred warnings before writing to stdout
2021-03-04 21:05:17 -08:00
Evan Wallace
899414ec00
fix #888 : add path templates for chunks and assets
2021-02-26 15:48:54 -08:00
Evan Wallace
cab83db94b
fix #879 : provide "kind" to "onResolve" plugins
2021-02-24 15:43:36 -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
e23757cc6f
support "--serve=[::]:8000" for ipv6
2021-02-22 20:17:21 -08:00
Evan Wallace
a0d9dc9ce4
drop 0.4mb "runtime/pprof" and "runtime/trace" ( #836 )
2021-02-19 14:39:32 -08:00
Evan Wallace
5c4ed81873
remove local server from wasm package ( #836 )
2021-02-18 01:04:57 -08:00
Evan Wallace
5776b21932
warn about issues with case-sensitive paths
2021-02-17 04:40:39 -08:00
Evan Wallace
ab2f9a334b
apply error limit to warnings too
2021-02-14 06:54:11 -08:00
Evan Wallace
c61877d38c
serve: support range requests
2021-02-13 17:47:03 -08:00
Evan Wallace
b06093f559
serve: do not cache directory listings
2021-02-13 01:14:42 -08:00
Evan Wallace
613729379e
fix EISDIR not working on windows
2021-02-13 01:06:32 -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
63db37c7d8
add header to serve dir listing
2021-02-12 21:57:08 -08:00