Tobias Koppers
07c985276e
Merge pull request #1211 from gbonvehi/output-file-filename
...
Added --output-filename to be consistent with naming conventions
2015-07-05 21:36:59 +02:00
Tobias Koppers
f711f66f4c
1.10.1
2015-07-02 15:25:52 +02:00
Tobias Koppers
ea53b8761d
maybe fixed a little HMR issue
...
webpack/webpack-dev-server#206
2015-07-02 15:00:49 +02:00
Tobias Koppers
fceeea1b5d
removed linting errors
2015-07-01 00:44:25 +02:00
Tobias Koppers
cf30eeeb0f
Merge branch 'master' into webpack-2
...
Conflicts:
lib/ChunkTemplate.js
lib/Compilation.js
lib/HotModuleReplacement.runtime.js
test/TestCases.test.js
test/statsCases/chunks/expected.txt
test/statsCases/simple-more-info/expected.txt
test/statsCases/simple/expected.txt
2015-07-01 00:44:17 +02:00
Tobias Koppers
d98df52a49
added System.import API and async context
2015-07-01 00:19:52 +02:00
Guillermo Bonvehi
380b0665c1
Added --output-filename to be consistent with naming conventions
...
--output-pathinfo maps to output.pathinfo, however, output.filename is set
by --output-file instead of --output-filename.
Added the new argument while keeping the old one for compability.
2015-06-29 23:03:46 -03:00
Tobias Koppers
df4e2e4e3d
1.10.0
2015-06-27 22:50:50 +02:00
Tobias Koppers
a04ffb9283
added (experimental) NamedModulesPlugin
2015-06-27 22:47:51 +02:00
Tobias Koppers
e925c52a0e
1.9.13
2015-06-27 11:38:00 +02:00
Tobias Koppers
02522f11c3
throw an error when trying to use [chunkhash]
...
... when it's not allowed.
I. e. with HMR enabled [chunkhash] for the entry chunk
is not allowed. Now it throws an error.
Also fixes a bug where [chunkhash] doesn't have to correct
length. fixes #1192
2015-06-27 11:34:17 +02:00
David Šolc
87a1664148
npm: fixed dependency for npm@3.0.0
2015-06-26 14:20:35 +02:00
Tobias Koppers
ba03fda4b5
1.9.12
2015-06-24 23:24:30 +02:00
Tobias Koppers
4e041dfd52
fixed [chunkhash] and [name] issue
...
fixed #1181
fixed #1018
2015-06-24 23:17:12 +02:00
Tobias Koppers
69b5e548d5
use multiStep HMR by default
...
fixed bug in runtime
2015-06-21 22:22:55 +02:00
Tobias Koppers
99bd9b969f
Merge pull request #1170 from gaearon/patch-1
...
Make hotDownloadManifest return a promise
2015-06-15 17:32:01 +02:00
Dan Abramov
a6082c9ac8
Make hotDownloadManifest return a promise
2015-06-15 17:05:38 +03:00
Tobias Koppers
b2f2643437
Merge pull request #1158 from miniEggRoll/master
...
fix config extension interpretation for .babel.js
2015-06-15 09:35:22 +02:00
Tobias Koppers
6bc6fcd75a
Merge pull request #1120 from kennyt/documentation
...
Add argument error handling for optimization plugins
2015-06-15 09:24:11 +02:00
Tobias Koppers
ebabcfd893
Merge pull request #1132 from kennyt/fix/MinChunkSize
...
Fix optimize-min-chunk-size option for CLI
2015-06-15 09:13:34 +02:00
Tobias Koppers
2e52a78ebe
Merge pull request #1146 from realtymaps/master
...
Stats.js formatError supports string errors
2015-06-15 09:09:58 +02:00
Tobias Koppers
0a0ee1c7d1
Merge pull request #1164 from fay-jai/spelling-consistency
...
Add consistent casing for JavaScript
2015-06-15 09:08:34 +02:00
Tobias Koppers
4c0f4afe87
1.9.11
2015-06-14 12:05:08 +02:00
Tobias Koppers
16e3fc0fec
drop node 0.10 support
2015-06-13 18:18:33 +02:00
Tobias Koppers
41f56a523a
Merge branch 'master' into webpack-2
2015-06-13 17:47:50 +02:00
Tobias Koppers
b43254d384
Updated examples
2015-06-13 17:44:58 +02:00
Tobias Koppers
b542cd026d
fixed examples for lastest updates
2015-06-13 17:44:57 +02:00
Tobias Koppers
6195a1ba5c
only print example log at last time
2015-06-13 17:44:56 +02:00
Tobias Koppers
8c6aec5c71
build examples multiple time to get more consistent timings
2015-06-13 17:44:55 +02:00
Tobias Koppers
36ab982b81
fix benchmark script
2015-06-13 17:44:54 +02:00
Tobias Koppers
de01f4cc5c
updated dependencies
2015-06-13 17:44:53 +02:00
Tobias Koppers
e20c485928
reset module index and index2 when loading from cache
...
consistent entry order
2015-06-13 17:44:52 +02:00
Tobias Koppers
a6b02f02d8
fixed smaller bundles commit
2015-06-13 17:41:57 +02:00
Tobias Koppers
aa21d14b37
fixed WebWorker template
2015-06-13 16:23:17 +02:00
Tobias Koppers
bb90097dfe
smaller bundles
2015-06-13 16:23:10 +02:00
Tobias Koppers
2245c4acca
Promise based chunk loading API
...
don't flag entry module with `0` id anymore
use extra argument in chunk instead
this allows to require entry points
2015-06-13 11:45:28 +02:00
Willson Mock
9f32721de9
Add consistent casing for JavaScript
2015-06-12 12:53:43 -07:00
mrsquid0126@gmail.com
d4d012e6bc
fix config extension interpret for .babel.js
2015-06-11 14:49:30 +08:00
Tobias Koppers
34b474da1e
Merge pull request #1131 from kennyt/refactor/size
...
Refactor size method for Chunks
2015-06-09 09:54:55 +02:00
Tobias Koppers
c87e971210
Merge pull request #1149 from ide/patch-1
...
Error.stackTrackLimit -> stackTraceLimit
2015-06-09 09:53:53 +02:00
James Ide
d0a5faefe1
Error.stackTrackLimit -> stackTraceLimit
...
Fixed typo in bin/webpack.js. Should be straightforward.
2015-06-09 00:06:28 -07:00
Tobias Koppers
66df34688e
Merge branch 'master' into webpack-2
...
Conflicts:
bin/convert-argv.js
lib/webpack.js
2015-06-07 22:24:03 +02:00
Nick McCready
20980b8545
added specs to bump coverage
2015-06-05 14:17:08 -04:00
Nick McCready
64ef3176cd
Stats error reporting catches string errors. Some plugins appear to not obey the rules on error reporting. However this makes debuging a nightmare for users. Therefore the string should be allowed.
2015-06-05 13:35:54 -04:00
Kenny Tran
5ffffa9d9b
Fix optimize-min-chunk-size option for CLI
2015-05-31 20:42:49 -07:00
Kenny Tran
7e0a98bb29
Refactor size method for Chunks
2015-05-31 20:02:07 -07:00
Kenny Tran
d0611d06b9
Make tests for LimitChunkCountPlugin take objects
2015-05-31 17:27:31 -07:00
Tobias Koppers
a45c7ddf50
Merge branch 'jRiest-fix_nesting_webpack_require'
2015-05-31 23:34:33 +02:00
Tobias Koppers
1231c17fd4
better criteria for modules without require fn
2015-05-31 23:28:24 +02:00
Tobias Koppers
e9d06a730a
Merge branch 'fix_nesting_webpack_require' of https://github.com/jRiest/webpack into jRiest-fix_nesting_webpack_require
2015-05-30 13:17:46 +02:00