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
|
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
|
fa0ec849bd
|
replace renderCurrentHash with RuntimeGlobals.getFullHash
|
2018-11-29 16:19:22 +01:00 |
Tobias Koppers
|
f753f92c28
|
ensureChunk to RuntimeModule
step 1: non HMR cases
|
2018-11-29 16:16:39 +01:00 |
Florent Cailhol
|
8a10ea3c92
|
Type 'apply' method of plugins
|
2018-11-12 14:26:31 +01:00 |
Tobias Koppers
|
cf5f1d723c
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
Tobias Koppers
|
5238159d21
|
run prettier on existing code
|
2018-02-25 02:00:20 +01:00 |
Florent Cailhol
|
7dd41b55c6
|
Replace deprecated Tapable#apply by Plugin#apply
|
2017-12-20 11:53:56 +01:00 |
Florent Cailhol
|
36c690d37f
|
Use tapable instead of 'plugin'
|
2017-12-08 14:23:31 +01:00 |
SendilKumar N
|
75d15a9f04
|
refactor(ES6): WebWorkerTemplatePlugin to use const rather than var
|
2017-02-21 17:38:24 +08:00 |
SendilKumar N
|
f2367c29d5
|
refactor(es6) Webworker module
|
2017-02-21 07:05:34 +08:00 |
Spencer Elliott
|
c6ccf9d3a0
|
Add web worker HMR support
|
2015-11-02 22:39:24 -05:00 |
Avi Haiat
|
0a340f2b1a
|
feat(app): Beautify all lib files
|
2015-07-13 01:20:09 +03:00 |
Avi Haiat
|
daff7440a6
|
feat(app): Fix some obvious lint errors and warnings
|
2015-07-08 15:52:41 +03:00 |
Tobias Koppers
|
a0394a061b
|
refactored ChunkTemplate with plugin interface
|
2014-06-02 23:40:50 +02:00 |
Tobias Koppers
|
3247725ba3
|
refactored MainTemplate to plugin interface
|
2014-06-02 21:23:53 +02:00 |
Tobias Koppers
|
bea08dc1a2
|
added node-webkit target (experimental)
added option to provide no target
added defaults for node-webkit
allow browsertests to run in node-webkit
|
2014-04-09 09:12:04 +02:00 |
Tobias Koppers
|
3dc62749a2
|
moved webworker template, added node.js template #57
|
2013-02-13 17:00:07 +01:00 |