Tobias Koppers
|
20fe1ed007
|
Show time when zero
|
2015-05-23 13:05:08 +02:00 |
Tobias Koppers
|
ff7848369a
|
Merge branch 'master' into webpack-2
Conflicts:
bin/webpack.js
package.json
|
2015-05-10 20:41:04 +02:00 |
Tobias Koppers
|
d3a7994e35
|
expose `loc` for every Dependency
|
2015-05-10 18:31:58 +02:00 |
Tobias Koppers
|
f4b9d5f57a
|
Merge branch 'master' into webpack-2
Conflicts:
lib/Compilation.js
lib/Compiler.js
lib/DefinePlugin.js
lib/HotModuleReplacementPlugin.js
lib/Parser.js
lib/node/NodeSourcePlugin.js
lib/node/OldNodeWatchFileSystem.js
package.json
|
2015-04-27 20:22:13 +02:00 |
Tobias Koppers
|
cebd3b9722
|
added linting
|
2015-04-23 23:55:50 +02:00 |
Tobias Koppers
|
9c26ffe6a8
|
Merge branch 'master' into webpack-2
Conflicts:
lib/Stats.js
|
2015-04-20 21:08:42 +02:00 |
Tobias Koppers
|
9b0233efdf
|
fixed #991
|
2015-04-20 20:31:24 +02:00 |
Tobias Koppers
|
d9509e8e8d
|
add publicPath to stats
|
2015-04-17 10:17:10 +02:00 |
Tobias Koppers
|
ab149eb4d4
|
Merge branch 'hot-multi-pass' of https://github.com/webpack/webpack.git into webpack-2
Conflicts:
lib/Compilation.js
|
2015-03-05 22:30:24 +01:00 |
hkal
|
62d87e20b1
|
Improve size output readability
* abbreviate bytes with appropriate multiples
|
2015-03-04 00:18:44 -05:00 |
Tobias Koppers
|
fb49376f6d
|
Added multi pass hot mode #669
|
2015-01-30 00:46:52 +01:00 |
Tobias Koppers
|
adfcfce15f
|
watching of missing files, fixed #668
store missing files from errors for missingDependencies
make the new watching plugins default
added OldWatchingPlugin
|
2015-01-17 21:55:44 +01:00 |
Tobias Koppers
|
544c368ea1
|
added support for an async commons chunk, tests and examples
|
2015-01-11 23:15:11 +01:00 |
Tobias Koppers
|
4b5e7339f4
|
chunkHash in stats output
fixed #647
|
2014-12-31 13:42:05 +01:00 |
Tobias Koppers
|
992231a1c8
|
added `exclude` option to stats
added `--display-exclude` and `--display-modules`
exclude common package manager folders by default
fixes #473
|
2014-09-15 11:46:33 +02:00 |
Tobias Koppers
|
764c139ae1
|
added `cachedAssets` stats option
fixes webpack/webpack-dev-middleware#17
|
2014-08-28 11:04:48 +02:00 |
Christoffer Wolgast
|
ab630347ad
|
Make stats version output configurable
|
2014-08-01 15:19:15 +02:00 |
Tobias Koppers
|
ab2c02ac25
|
nicer looking stats
|
2014-07-23 14:41:54 +02:00 |
Tobias Koppers
|
829e3f549d
|
assetsByChunkName should be an array for multiple assets
fixes #351
|
2014-07-09 13:37:06 +02:00 |
Tobias Koppers
|
b3a7013550
|
fixed [optional] output
|
2014-07-09 13:13:02 +02:00 |
Tobias Koppers
|
5104661855
|
optional externals
track optional modules
optional externals for UMD and root
fixes #339
|
2014-07-03 00:00:06 +02:00 |
Tobias Koppers
|
d80cdcefac
|
Code Quality
|
2014-06-24 18:53:32 +02:00 |
Tobias Koppers
|
44bb43854f
|
Added experimental MultiCompiler
webpack(...) takes an array
support an array in webpack.config.js
|
2014-06-11 22:26:50 +02:00 |
Tobias Koppers
|
a8c7dc26d9
|
fixed some issues
|
2014-06-02 21:26:57 +02:00 |
Eric Eldredge
|
ebda431399
|
Add assets to module stats
|
2014-05-21 11:51:08 -04:00 |
Tobias Koppers
|
0467f4b00a
|
added newline after each child stats
|
2014-04-18 14:58:57 +02:00 |
Tobias Koppers
|
59321874df
|
give information about chunk name to asset mapping
|
2014-03-31 08:46:04 +02:00 |
Tobias Koppers
|
dba4ecd4b4
|
more info for in stats
for analyse tool
|
2014-02-24 15:07:15 +01:00 |
Tobias Koppers
|
ad02d3c630
|
sorted out a little bug
|
2014-02-14 10:07:42 +01:00 |
Tobias Koppers
|
5f856ec3b3
|
add moduleId to stats
|
2014-02-11 08:32:18 +01:00 |
Tobias Koppers
|
30f954067c
|
track chunk origin
|
2014-01-23 15:31:40 +01:00 |
Tobias Koppers
|
b6a1c40545
|
show error details
|
2014-01-21 16:24:17 +01:00 |
Tobias Koppers
|
6b011bccfd
|
sort reasons in stats
|
2013-10-31 00:38:10 +01:00 |
Tobias Koppers
|
52b40b3798
|
allow loaders to load modules
fixed templates readable name
|
2013-10-28 16:21:29 +01:00 |
Tobias Koppers
|
58586f8ae2
|
make it webpack-able
|
2013-07-10 23:20:07 +02:00 |
Tobias Koppers
|
c30f16f439
|
added experimental deduplication support #47
|
2013-06-12 16:16:06 +02:00 |
Tobias Koppers
|
e5814dd9d0
|
display reasons on failed modules (second try) webpack/raw-loader#1
|
2013-05-21 01:47:22 +02:00 |
Tobias Koppers
|
1133a5606e
|
better error reporting
|
2013-05-18 14:42:11 +02:00 |
Tobias Koppers
|
209f96c543
|
added option to prefetch modules
|
2013-05-13 13:34:00 +02:00 |
Tobias Koppers
|
b720229360
|
fixes #83
|
2013-05-09 18:17:28 +02:00 |
Tobias Koppers
|
30c66003e8
|
profiling is back
|
2013-05-08 14:47:13 +02:00 |
Tobias Koppers
|
5cdb8cbf81
|
cache chunks, cache assets
|
2013-05-08 13:28:54 +02:00 |
Tobias Koppers
|
0de7c73ad8
|
SourceMap support
|
2013-03-26 16:54:41 +01:00 |
Tobias Koppers
|
9fe83b3dc8
|
improved chunk loading
now a chunk is not loaded if all included modules are already loaded (by other chunks)
|
2013-02-24 02:05:55 +01:00 |
Tobias Koppers
|
30c4174915
|
fixes stats as json
|
2013-02-19 11:11:43 +01:00 |
Tobias Koppers
|
7aa63f1282
|
fixed children stats
|
2013-02-04 13:22:45 +01:00 |
Tobias Koppers
|
8a4bb64611
|
show readable identifier in errors
|
2013-02-04 12:33:36 +01:00 |
Tobias Koppers
|
ee01837d66
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |