Commit Graph

527 Commits

Author SHA1 Message Date
Tobias Koppers 8adf53bc6b 0.11.10 2013-12-03 11:50:59 +01:00
Tobias Koppers 8e3d00e77c better default value 2013-12-03 11:44:46 +01:00
Tobias Koppers f165e8e2f1 fixed bug when using an array of entry points in commons chunk plugin 2013-12-03 11:34:38 +01:00
Tobias Koppers 20e9f65bb1 accept an array of entryPoints for Commons chunk 2013-12-03 11:28:39 +01:00
Tobias Koppers 153be562db keep commons chunk in mind when optimizing 2013-12-03 11:28:00 +01:00
Tobias Koppers 6c6e495ae7 better commons naming #128 2013-12-03 11:19:30 +01:00
Tobias Koppers 4d25d521f6 plugin to extract common modules
from multiple entry points
#128
2013-12-03 09:27:15 +01:00
Tobias Koppers fc157aeea6 removed unused line 2013-11-29 08:46:54 +01:00
Tobias Koppers 8a7e17110a 0.11.9 2013-11-27 23:54:07 +01:00
Tobias Koppers f5e6c6b930 make AMD require work without fn expr 2013-11-27 23:04:14 +01:00
Tobias Koppers 3e7fc1c0c9 0.11.8 2013-11-27 13:38:08 +01:00
Tobias Koppers 6a0b9f0d9c fixes this in deduped modules 2013-11-27 13:37:47 +01:00
Tobias Koppers 88dbaa4f03 added tests for #123 2013-11-27 13:37:33 +01:00
Tobias Koppers 27f62d3e61 0.11.7 2013-11-26 16:20:18 +01:00
Tobias Koppers e4bbcc53a5 wait at least to the next second #122 2013-11-26 16:19:06 +01:00
Tobias Koppers aa944c2c81 Merge pull request #121 from jhnns/fix-hcr-with-chunks
Fixed a bug where finishChunkLoading() was accidentally called twice
2013-11-24 06:15:34 -08:00
Johannes Ewald c52e8d7238 fixed a bug where finishChunkLoading() was accidentally called twice 2013-11-24 13:58:02 +01:00
Tobias Koppers 6de5bb10e0 add short-circut test 2013-11-24 10:36:33 +01:00
Tobias Koppers b335dbec99 added bitdeli badge
mooorree badges....
2013-11-21 10:05:50 +01:00
Tobias Koppers 1652493b5e add multiple-entry-points example #15 2013-11-19 18:09:26 +01:00
Tobias Koppers 0b454ded4e 0.11.6 2013-11-08 09:01:08 +01:00
Tobias Koppers 415d161dbe evaluate the callee in CallExpression, fixes #117
This allow fancy wrappers around identifiers
2013-11-08 09:00:39 +01:00
Tobias Koppers a6a71dc90c nested node_modules shouldn't be resolved as modules
in a require.context

buggy would be require.context(".", true, /^/)("xyz/node_modules/abc")
2013-11-06 09:28:15 +01:00
Tobias Koppers bb1d4ba6e6 Warn about automatic require.context #115 2013-11-06 09:02:00 +01:00
Tobias Koppers 6d115e6418 0.11.3 2013-11-05 18:56:38 +01:00
Tobias Koppers bd56e8385f walk expression in require.ensure if not a fn expr 2013-11-05 18:55:10 +01:00
Tobias Koppers 7a665410ca added IgnorePlugin, fixed replacement plugins 2013-11-05 18:19:04 +01:00
Tobias Koppers a3cd3baf16 fixes #114
allow bound function expressions in require.ensure
allow unparsed expressions in require.ensure
2013-11-03 15:28:50 +01:00
Tobias Koppers df3d9bc5c6 updated examples 2013-10-31 00:49:59 +01:00
Tobias Koppers 1bb3fc0f0f release 0.11 2013-10-31 00:49:46 +01:00
Tobias Koppers 6b011bccfd sort reasons in stats 2013-10-31 00:38:10 +01:00
Tobias Koppers c9331d93d3 fixed location info for minimizing 2013-10-31 00:06:39 +01:00
Tobias Koppers c32b233a4f smaller code splitting for merged chunks 2013-10-30 23:25:02 +01:00
Tobias Koppers e0a8dbc037 next beta version 2013-10-29 14:39:22 +01:00
Tobias Koppers e62e3a2223 fixed race condition for loadModule 2013-10-29 14:14:16 +01:00
Tobias Koppers b362c227b7 Add dependencies when using loadModule 2013-10-29 11:06:28 +01:00
Tobias Koppers 424e162247 bug fix if parse error in the first lines 2013-10-29 10:59:32 +01:00
Tobias Koppers 52b40b3798 allow loaders to load modules
fixed templates readable name
2013-10-28 16:21:29 +01:00
Tobias Koppers efc294245f fix parsing error message 2013-10-24 10:46:15 +02:00
Tobias Koppers 147fd5e678 dropped travis tests for node 0.6 2013-10-16 09:03:03 +02:00
Tobias Koppers bc843d005c fixed even more of the tests 2013-10-16 08:57:37 +02:00
Tobias Koppers 8ac46d359a fixed tests 2013-10-15 23:59:02 +02:00
Tobias Koppers b264620be2 updated dependencies 2013-10-15 22:33:11 +02:00
Tobias Koppers f8507717c1 added missing --output-jsonp-function, export multiple properties 2013-10-15 22:00:28 +02:00
Tobias Koppers ea9515f7df updated examples 2013-10-15 01:48:05 +02:00
Tobias Koppers 8abea1f129 define injection order #108 2013-10-15 00:35:24 +02:00
Tobias Koppers 167e5c64c4 Merge pull request #107 from jhnns/fix-undefined-define-option
Allow define-variables to be undefined
2013-10-14 13:56:02 -07:00
jhnns 55e073c0ff fixed wrong tests 2013-10-14 22:21:23 +02:00
jhnns 283c415990 added tests for undefined and null variables in define option 2013-10-14 19:36:02 +02:00
Tobias Koppers 5dd2e0bbf8 fixed watch mode 2013-10-14 19:28:35 +02:00