Jan Nicklas
|
aa137c987e
|
Use let/const instead of var
|
2017-01-29 20:18:08 +01:00 |
Jan Nicklas
|
0ba21651a2
|
Use arrow functions
Remove `self=this`
Use template literals
|
2017-01-29 14:29:03 +01:00 |
Zhanwei Wu
|
4e6f902cab
|
optimized err handling logic
|
2016-06-15 18:36:24 +08:00 |
wuzhanwei
|
e493348953
|
Update compiler.js
ref #353 handle err before any logic in promise return by compileTemplate
|
2016-06-15 13:40:25 +08:00 |
Jan Nicklas
|
765002458b
|
Use loadash instead of object assign for old node versions
|
2016-04-18 13:00:48 +02:00 |
Jan Nicklas
|
c0b730f25d
|
Support hashes in filenames
|
2016-04-18 13:00:48 +02:00 |
Denis Sokolov
|
2fd075ff21
|
Properly throw an error in compiler even when childCompilation is missing
For some errors, no other parameters to the function are even given,
only the error object in `err`.
|
2016-02-29 18:12:35 +02:00 |
Jan Nicklas
|
bf48112fa9
|
Use semistandard code style
|
2016-01-20 16:50:16 +01:00 |
Jan Nicklas
|
c4ee1738e7
|
Add some documentation for the hmr fix
|
2016-01-19 07:38:21 +01:00 |
Tobias Koppers
|
b42074844c
|
Use a separate cache for the child compilation.
Sharing the cache cause bad issues with wrong module ids.
|
2016-01-18 23:48:42 +01:00 |
Jan Nicklas
|
e566dac40d
|
Fix context
|
2016-01-18 14:47:54 +01:00 |
Jan Nicklas
|
1622c7d2e2
|
Move compiler to its own file
Improve error messages
Fix global HTML_WEBPACK_PLUGIN variable
|
2016-01-11 22:00:47 +01:00 |