Tobias Koppers
|
5b797bb55f
|
do not display loader prefix in bold
|
2020-09-29 10:11:34 +02:00 |
Tobias Koppers
|
45fe45c70f
|
fix some space calculation issues and add comments
|
2020-09-29 10:11:33 +02:00 |
Tobias Koppers
|
f60db1a079
|
5.0.0-rc.1
|
2020-09-28 21:18:11 +02:00 |
Tobias Koppers
|
752a5cd6fd
|
Merge pull request #11542 from webpack/bugfix/relative-url
update enhanced-resolve and webpack-sources
|
2020-09-28 21:17:38 +02:00 |
Tobias Koppers
|
4ea79e0683
|
update enhanced-resolve and webpack-sources
add resolve.preferRelative
set preferRelative for new URL() and new Worker() to fix relative requests
|
2020-09-28 20:43:03 +02:00 |
Tobias Koppers
|
28580af775
|
Merge pull request #11541 from webpack/feature/browserslist-as-default
make browserslist the default target when browserslist config is available
|
2020-09-28 16:29:24 +02:00 |
Tobias Koppers
|
7597fe3baf
|
make browserslist the default target when browserslist config is available
|
2020-09-28 13:48:13 +02:00 |
Tobias Koppers
|
9759f61a5c
|
Merge pull request #11516 from smelukov/support-browserslist
Support browserslist
|
2020-09-28 13:29:03 +02:00 |
Tobias Koppers
|
4129fde719
|
Merge pull request #11540 from webpack/bugfix/javascript-invalidation
use better hash for renderManifest to avoid unnecessary invalidation
|
2020-09-28 13:27:59 +02:00 |
Tobias Koppers
|
6dad1d0d6b
|
use better hash for renderManifest to avoid unnecessary invalidation
add bootstrap code to content hash
|
2020-09-28 11:42:05 +02:00 |
Tobias Koppers
|
d08ac15854
|
browserslist declarations
|
2020-09-28 11:39:55 +02:00 |
Tobias Koppers
|
986eb5b316
|
test cases
|
2020-09-28 11:39:52 +02:00 |
Tobias Koppers
|
d6c7adf3fb
|
throw error when no browserslist config found
|
2020-09-28 11:39:52 +02:00 |
Tobias Koppers
|
0e926a5fb7
|
Invoking webpack with an 'callback' should always report errors via the callback
to keep the async callback contract
|
2020-09-28 11:39:50 +02:00 |
Tobias Koppers
|
a06f37f485
|
always parse into an object
|
2020-09-28 11:18:26 +02:00 |
Tobias Koppers
|
40a1bd12c1
|
infer other properties from browserslist target too
|
2020-09-28 11:18:25 +02:00 |
Tobias Koppers
|
fa8870718e
|
fill missing ecmaversion information from other sources
|
2020-09-28 11:18:25 +02:00 |
Tobias Koppers
|
5db44d0c4e
|
make test case independent from package.json
|
2020-09-28 11:18:23 +02:00 |
Tobias Koppers
|
3094cf4e24
|
Merge pull request #11498 from tribou/bugfix/accept-ignored-regex
Allow regex for watchOptions.ignored
|
2020-09-28 08:50:06 +02:00 |
Tobias Koppers
|
91c3476ed2
|
Merge pull request #11526 from tranvansang/master
fix: warnUnexpectedRequire binds wrong variable in for-loop
|
2020-09-28 08:48:57 +02:00 |
Aaron Tribou
|
25425ba984
|
Update Cli test snapshot
|
2020-09-27 15:24:15 -05:00 |
Aaron Tribou
|
3a268b03bb
|
Merge branch 'master' into bugfix/accept-ignored-regex
|
2020-09-27 12:31:04 -05:00 |
Tobias Koppers
|
442dc46740
|
improve test case, convert trace into warning
|
2020-09-27 11:26:32 +02:00 |
Tobias Koppers
|
58fca1369c
|
Merge pull request #11414 from Adityaperiwal/bugfix/maximumCallStack
fix bug for maxCallStack in ContextModuleFactory
|
2020-09-27 10:52:48 +02:00 |
Aaron Tribou
|
0cf554f537
|
Merge branch 'master' into bugfix/accept-ignored-regex
|
2020-09-26 10:16:46 -05:00 |
Tran Sang
|
d7605cae25
|
simplify a module in hotcase
|
2020-09-26 11:06:18 +09:00 |
Tran Sang
|
127b17d7f7
|
warning message test case
|
2020-09-26 11:04:03 +09:00 |
Tran Sang
|
cf4199e449
|
hottestcases to support before/after each
|
2020-09-26 10:42:37 +09:00 |
Tran Sang
|
12d021c40c
|
restore warnUnexpectedRequire assignment with the more compact version
|
2020-09-26 10:07:26 +09:00 |
Tran Sang
|
94b1f86170
|
refac console.warn mocking
|
2020-09-26 10:05:55 +09:00 |
Tobias Koppers
|
ef9e623559
|
Merge pull request #11530 from webpack/feature/chunk-filename-function
output.chunkFilename can be a function
|
2020-09-25 19:47:42 +02:00 |
Tran Sang
|
3fadc23117
|
Merge branch 'master' of https://github.com/webpack/webpack
|
2020-09-26 00:57:01 +09:00 |
Tobias Koppers
|
02b8036966
|
Merge pull request #11533 from webpack/bugfix/split-chunk-min-size
when splitChunks entry violates minSize or minRemainingSize retry without offending modules
|
2020-09-25 17:34:12 +02:00 |
Tobias Koppers
|
5807e6c4db
|
when splitChunks entry violates minSize or minRemainingSize retry without offending modules
fixes #11513
|
2020-09-25 16:16:05 +02:00 |
Tobias Koppers
|
b8950e8581
|
output.chunkFilename can be a function
|
2020-09-25 16:03:05 +02:00 |
Tobias Koppers
|
b6a321230f
|
Merge pull request #11531 from webpack/feature/custom-worker
allow to pass custom worker syntax
|
2020-09-25 15:54:02 +02:00 |
Tobias Koppers
|
f2f0ea37f0
|
Merge pull request #11493 from rishabh3112/patch-1
feat: add watching property to compiler
|
2020-09-25 13:41:24 +02:00 |
Tobias Koppers
|
2604b5279a
|
Merge pull request #11529 from webpack/bugfix/move-to-entrypoint
allow to move modules to parent chunks
|
2020-09-25 12:01:04 +02:00 |
Tobias Koppers
|
ffc360e312
|
Merge pull request #11528 from webpack/improvements/little-missing-things
little improvements
|
2020-09-25 11:54:45 +02:00 |
Tobias Koppers
|
c6a7db6537
|
allow to pass custom worker syntax
|
2020-09-25 11:11:09 +02:00 |
Tobias Koppers
|
963d67178c
|
expose classes needed to create a custom module type
|
2020-09-25 10:53:14 +02:00 |
Tobias Koppers
|
fac6c5241f
|
add missing chunk groups to HotUpdateChunks
|
2020-09-25 10:53:14 +02:00 |
Tobias Koppers
|
f7443ea094
|
typo
|
2020-09-25 10:53:13 +02:00 |
Tobias Koppers
|
8db617db80
|
avoid error when target module failed
|
2020-09-25 10:53:12 +02:00 |
Tobias Koppers
|
746d377614
|
improve array to set deprecation for access to the first item
|
2020-09-25 10:53:12 +02:00 |
Tobias Koppers
|
9c0b320fd4
|
add more breaking change info
|
2020-09-25 10:53:10 +02:00 |
Tobias Koppers
|
ea7af1df11
|
allow to move modules to parent chunks
|
2020-09-25 10:51:13 +02:00 |
Sergey Melyukov
|
577f05954e
|
(test): improve browserslist test
|
2020-09-25 10:44:57 +03:00 |
Tran Sang
|
37871d0594
|
fix: warnUnexpectedRequire binds wrong variable in for-loop
|
2020-09-25 12:24:28 +09:00 |
Sergey Melyukov
|
31af9c370b
|
(fix): case insensetive rx
|
2020-09-24 23:44:41 +03:00 |