Tobias Koppers
|
c5f94f3b6a
|
don't emit and load JS files for chunks without JS modules
allow custom module types in rules
allow configCases to access stats
|
2019-05-22 13:12:15 +02:00 |
Tobias Koppers
|
abc825d58f
|
Merge tag 'v4.32.0' into next
4.32.0
|
2019-05-20 14:46:31 +02:00 |
Michael Loughry
|
00af3752e2
|
Use JSON.stringify
|
2019-01-03 09:48:02 -08:00 |
Michael Loughry
|
387de2554b
|
Delete extraneous comment
|
2019-01-02 20:21:02 -08:00 |
Michael Loughry
|
186510c7c2
|
Fix emit for prefetching chunks from runtime chunk
|
2019-01-02 13:00:40 -08:00 |
Tobias Koppers
|
f446bf8a9b
|
add ability to load dependent chunks for non-web targets
This allows to use `splitChunks` for initial chunks in i. e. node and webworker targets
|
2018-12-29 12:48:59 +01:00 |
Tobias Koppers
|
1b402bcae1
|
Merge tag 'v4.28.0' into next
4.28.0
|
2018-12-19 14:05:17 +01:00 |
Tobias Koppers
|
5c7d6d2db6
|
change ensureHandlers from array to object
|
2018-11-29 16:23:36 +01:00 |
Tobias Koppers
|
8066eaf299
|
put runtime modules into separate place in chunks
don't include them in modules array/object
better stats output for runtime moduels
|
2018-11-29 16:23:31 +01:00 |
Tobias Koppers
|
9d91861592
|
Refactor HMR for runtime modules
fixed a few HMR bugs
allow other module types for HMR
made HMR more flexible
|
2018-11-29 16:22:29 +01:00 |
Tobias Koppers
|
f753f92c28
|
ensureChunk to RuntimeModule
step 1: non HMR cases
|
2018-11-29 16:16:39 +01:00 |