Alexander Wesolowski
|
6818eedc2d
|
Accomodated for change to Loader API in Webpack 2
issue#213
|
2016-02-10 01:23:06 -08:00 |
Jan Nicklas
|
3f38901758
|
v2.8.0: Add chunk sort mode dependency
|
2016-02-03 18:00:27 +01:00 |
Christian Ruehl
|
36c762a834
|
ChunkSorter now implements all different strategies for sorting chunks available through chunksSortMode parameter. HtmlPlugin rewritten to use extended ChunkSorter.
|
2016-01-26 20:28:02 +01:00 |
Christian Rühl
|
3fedf6ac33
|
Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.
Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
|
2016-01-25 15:13:19 +01: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 |
Jan Nicklas
|
3da52a6001
|
Merge pull request #178 from sokra/windows
Windows support
|
2016-01-19 07:31:41 +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 |
Tobias Koppers
|
b286cea3d2
|
fixed windows issue (backslash is escape char)
|
2016-01-18 23:45:22 +01:00 |
Jan Nicklas
|
e566dac40d
|
Fix context
|
2016-01-18 14:47:54 +01:00 |
creeperyang
|
5ec7e2dc59
|
require and resolve lodash internal, fix #172
|
2016-01-15 21:38:52 +08: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 |