Commit Graph

156 Commits

Author SHA1 Message Date
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
8c8f9477c5 serve: print ":::8000" as "[::]:8000" 2021-02-22 20:17:16 -08:00
Evan Wallace
a0d9dc9ce4 drop 0.4mb "runtime/pprof" and "runtime/trace" (#836) 2021-02-19 14:39:32 -08:00
Evan Wallace
a4b1f20345 fix #834: add Go "ParseServeOptions" API 2021-02-19 00:20:25 -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
Evan Wallace
abb8154d13 fix #793: change watch mode output 2021-02-12 21:29:21 -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
f0e046d568 add message notes to the api 2021-02-08 22:17:41 -08:00
Evan Wallace
9580aa8a61 add support for "NODE_PATH" 2021-02-08 01:01:53 -08:00
Evan Wallace
aeda824ba8 fix #752: basic support for watch mode with plugins 2021-02-04 22:08:04 -08:00