Tobias Koppers
|
f68bb833d2
|
Merge export getters in a module into single statement
|
2019-08-23 14:07:01 +02:00 |
Tobias Koppers
|
de61023616
|
add side-by-side wasm support based on async modules
type: "webassembly/async-experimental"
remove i64 importing limitation since it will have BigInt integration eventually
update wasm example
|
2019-06-04 23:28:56 +02: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 |
Florent Cailhol
|
3c50dba922
|
Remove global buildin
|
2018-12-07 08:59:41 +01:00 |
Florent Cailhol
|
74e6346363
|
Replace module buildins by runtime modules
|
2018-12-06 22:16:31 +01:00 |
Florent Cailhol
|
1d90704bc7
|
Replace AMD buildins by runtime modules
|
2018-12-06 15:14:43 +01:00 |
Florent Cailhol
|
bfb9df6c20
|
Use a runtime module to inject System polyfill
|
2018-12-05 19:02:22 +01:00 |
Tobias Koppers
|
5c7d6d2db6
|
change ensureHandlers from array to object
|
2018-11-29 16:23:36 +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 |
Tobias Koppers
|
2857ad3ee4
|
runtime module for getChunkFilename
|
2018-11-29 16:15:26 +01:00 |
Tobias Koppers
|
540b9a1c35
|
remove hasOwnProperty global
|
2018-11-29 16:12:52 +01:00 |
Tobias Koppers
|
2525c8b7aa
|
move runtime requirements storage into ChunkGraph
use info for function generation
for noParse default to module and exports requirements
|
2018-11-29 16:06:44 +01:00 |
Tobias Koppers
|
0232674f9c
|
Initial runtime module work
|
2018-11-29 16:03:32 +01:00 |
Tobias Koppers
|
eb28697419
|
move magic property names on __webpack_require__ into RuntimeGlobals file
|
2018-11-05 15:28:34 +01:00 |