Tobias Koppers
bac9b48bfb
Merge pull request #1117 from kennyt/typo-fix
...
Fix typos
2015-05-27 17:04:50 +02:00
Kenny Tran
08d9d87f9a
Fix typos
2015-05-26 19:59:02 -07:00
Kenny Tran
38086edaaa
Fix typos in README.md and examples/README.md
2015-05-26 19:29:27 -07:00
Tobias Koppers
4de7bed0f9
1.9.10
2015-05-25 21:02:08 +02:00
Tobias Koppers
ddf6066128
fixed index for entry points
2015-05-25 20:46:23 +02:00
Tobias Koppers
407d1bc76b
1.9.9
2015-05-24 09:35:16 +02:00
Tobias Koppers
20fe1ed007
Show time when zero
2015-05-23 13:05:08 +02:00
Tobias Koppers
c11caf8255
Merge pull request #1102 from kennyt/typo-fix
...
Fix typos in convert-argv.js and CONTRIBUTING.md
2015-05-23 12:34:07 +02:00
Kenny Tran
8fe3d40605
Fix typo in CONTRIBUTING.md
2015-05-22 13:06:56 -07:00
Kenny Tran
7f7b6c516e
Make console warnings consistent
2015-05-22 09:12:25 -07:00
Kenny Tran
ef4943bff7
Fix typo in convert-argv.js
2015-05-22 09:11:47 -07:00
Tobias Koppers
69df24cc56
1.9.8
2015-05-22 00:16:42 +02:00
Tobias Koppers
9f8cebd9eb
updated range for node-libs-browser
2015-05-22 00:11:56 +02:00
Tobias Koppers
e733a42977
Merge pull request #1097 from kennyt/typo-fix
...
Typo fixes in README and template.md
2015-05-22 00:01:07 +02:00
Tobias Koppers
3b0f9c7b73
Merge pull request #724 from kpdecker/after-resolve-async-failure
...
Add test failure for after-resolve async
2015-05-21 23:46:34 +02:00
Tobias Koppers
5b1d9ef3bb
linting
2015-05-21 22:58:22 +02:00
Kenny Tran
5ea5866573
Fix typos in a couple of examples
2015-05-21 13:50:02 -07:00
Kenny Tran
ba30552435
Fix typos in README
2015-05-21 13:50:01 -07:00
Tobias Koppers
f3b335c5a4
fixed #980
2015-05-21 22:43:34 +02:00
Tobias Koppers
50ea1cb157
moved changes to template.md
2015-05-21 22:36:16 +02:00
Tobias Koppers
86d96864fe
Merge pull request #1093 from kennyt/patch-4
...
Fix typos in multiple-entry-points example README
2015-05-21 22:32:11 +02:00
Tobias Koppers
1c9558da5f
Merge pull request #1095 from kennyt/patch-5
...
Small refactor for getting size
2015-05-21 21:48:53 +02:00
Kenny Tran
7edffc381d
Small refactor for getting size
...
Currently, map is being called to extract sizes then reduce is called on that; so 2 iterations through the array. It is possible to solve this with only reduce: 1 iteration. reallyUsedModules probably won't ever be big enough for this to matter, so it comes down to readability.
I think doing a once-and-done reduce could be an improvement here. What do you guys think?
2015-05-21 12:39:08 -07:00
Kenny Tran
bfcd269434
Fix typos in multiple-entry-points example README
2015-05-21 08:19:00 -07:00
Tobias Koppers
d898ca8345
Merge pull request #1091 from kennyt/patch-2
...
Remove unnecessary comma in message
2015-05-21 16:54:12 +02:00
Tobias Koppers
6180c7273f
Merge pull request #1092 from kennyt/patch-3
...
Fix typos in code-splitting README
2015-05-21 16:53:54 +02:00
Kenny Tran
73c1951c70
Fix typos in code-splitting README
2015-05-21 07:28:26 -07:00
Kenny Tran
aa5e21f2bd
Remove unnecessary comma in message
2015-05-21 06:32:43 -07:00
Tobias Koppers
faa20a91e0
Merge pull request #1089 from kennyt/patch-1
...
Fix typo in Chunk.js
2015-05-21 08:54:05 +02:00
Kenny Tran
9352bb8806
Fix typo in Chunk.js
2015-05-20 14:57:10 -07:00
Tobias Koppers
4610113add
added Thanks to influencing projects
2015-05-20 08:42:11 +02:00
Tobias Koppers
5faa5b1fda
Merge pull request #1076 from SimenB/update-license
...
Update License in package.json
2015-05-19 10:04:16 +02:00
Simen Bekkhus
d239231111
Update License in package.json
2015-05-19 09:48:24 +02:00
Tobias Koppers
16af6a9dcd
fixed #1075
2015-05-18 23:32:41 +02:00
Tobias Koppers
a0938d728f
simpler EvalDevTool
2015-05-18 21:59:01 +02:00
Tobias Koppers
0990aaa475
1.9.7
2015-05-17 19:18:22 +02:00
Tobias Koppers
a990924198
fixed #1068
2015-05-17 19:14:05 +02:00
Tobias Koppers
c5eceb0b2c
1.9.6
2015-05-15 17:24:37 +02:00
Tobias Koppers
5cf02ef22a
Merge pull request #1061 from janraasch/patch-1
...
Fix CLI ignores watchOptions
2015-05-13 17:59:05 +02:00
Jan Raasch
340479e85e
Pass watchOptions to compiler.watch
...
Before the cli would ignore the `options.watchOptions Object` of a `wepback.config.js` file.
I suppose this got lost in 89058a2c4a
2015-05-13 17:42:46 +02:00
Tobias Koppers
5a5b732785
refactored ExternalsPlugins to plugin based approach
...
instead of decorator
2015-05-13 00:15:01 +02:00
Tobias Koppers
e37a50683f
1.9.5
2015-05-12 21:21:15 +02:00
Tobias Koppers
89058a2c4a
Reverted watch option rename:
...
watch -> doWatch -> watch
watchDelay -> watch -> watchOptions
watchDelay and --watch-delay are decrecated now but functional with message
watch is decrecated now but functional with message
2015-05-12 21:17:35 +02:00
Tobias Koppers
7a05452001
Merge pull request #1052 from larrifax/master
...
Include/exclude filtering in BannerPlugin
2015-05-10 21:10:39 +02:00
Tobias Koppers
ac84ef7315
1.9.4
2015-05-10 18:45:42 +02:00
Tobias Koppers
8a6ac101ea
generate two indices, which representent global order
...
and use the first for sorting modules by default
2015-05-10 18:43:47 +02:00
Tobias Koppers
d3a7994e35
expose `loc` for every Dependency
2015-05-10 18:31:58 +02:00
Tobias Koppers
e38d4b73c7
added constructor property to each Dependency
2015-05-10 17:12:10 +02:00
Tobias Koppers
c7ac77fc90
1.9.3
2015-05-10 16:44:05 +02:00
Tobias Koppers
297707d42d
added --watch-poll
...
fixed webpack/watchpack#3
2015-05-10 16:41:55 +02:00