Commit Graph

71 Commits

Author SHA1 Message Date
Rainer Dreyer 0366444379 Renamed *libary* to *library*
Conflicts:
	test/browsertest/build.js
2012-11-05 20:11:50 +01:00
Tobias Koppers cbf909e9db Merge branch 'master' into wip-0.8
Conflicts:
	lib/buildModule.js
2012-11-05 09:43:28 +01:00
Tobias Koppers 5fc862b817 fixed link 2012-11-05 09:06:58 +01:00
Tobias Koppers 41b3d51534 Merge branch 'master' into wip-0.8 2012-11-01 20:57:14 +01:00
Tobias Koppers eda2284582 document new tests 2012-10-28 22:56:55 +01:00
Tobias Koppers 7f1fc5b825 specify lookup fields in package.json 2012-10-27 02:16:42 +02:00
Tobias Koppers b7dd37cce2 fixed link for npm 2012-10-26 14:38:50 +02:00
Tobias Koppers e3cb0faac8 require.amd gets it value from webpackOptions.amd 2012-10-26 10:55:00 +02:00
Tobias Koppers 0908703129 old doc 2012-10-26 10:53:31 +02:00
Tobias Koppers 46205caf04 jam is no longer default, as it impactes performance 2012-10-26 01:56:32 +02:00
Tobias Koppers 323e386f25 document and test chunk merging 2012-10-26 00:47:51 +02:00
Tobias Koppers b627690744 better readme 2012-10-26 00:01:57 +02:00
Tobias Koppers 466ec90ffa let loaders emit warnings/errors, don't fail on entry module error 2012-10-20 15:29:17 +02:00
Tobias Koppers d5fc1115e7 simplifiy verbose stats api 2012-10-08 23:45:46 +02:00
Tobias Koppers 55d748faaf Readme and license 2012-10-08 22:39:22 +02:00
Tobias Koppers 383e1f0eed added option for min loaders for worker 2012-09-26 14:06:59 +02:00
Tobias Koppers 18db563ef6 seperate resolving 2012-09-26 12:28:23 +02:00
Tobias Koppers 0b9342e863 better work distribution 2012-09-25 19:23:05 +02:00
Tobias Koppers 2eeb4923e1 API: loaderContext.depencency is more relaxed and don't need to be called before reading
API: loader.seperable cannot combined with
 loaderContext.emitFile and loaderContext.emitSubStats
 loaderContext.options.resolve
 loaderContext.options.events
 loaderContext.resolve and .sync
API: added profile option (and --profile)
API: added workers option (and --workers)
API: added closeWorkers option
API: if option workers is used:
 options must be JSON.stringify-able. Except options.resolve and options.events.
 Any error thrown in loader must be an object (i. e. an Error object). Only message, stack and value of toString is passed to main process.
API: The expected Cache object for options.cache has changed.
API: event module is emited after the module is finished.
API: event context is now named context-enum
API: added event context which is emited after the context is finished.
API: event dependency is removed. Use stats.dependencies for this.
API: event loader is removed. Use stats.loaders for this.
API: added stats.contexts as a list of contexts.
API: added stats...modules[..].dependencies for as list of files which affect the module's content.
API: added stats...modules[..].loaders for as list of loaders which affect the module's content.
API: removed stats.modulesPerChunk, it is useless and was deprecated.
API: added stats.chunkNameFiles which export the files for named chunks
API: added stats.startTime, timestamp as number
cmd: more colorful output to indicate caching and timing
API: webpack in watch mode emits the event watch-end if watch mode have to end (i. e. loader changed). You may restart it after clearing require.cache.
API: added loaderContext.loaderType as one of loader, preLoader or postLoader.
API: added loaderContext.currentLoaders as list of all loader of the current type.
API: added loaderContext.loaderIndex as index of current loader in loaderContext.currentLoaders.
API: added loaderContext.loaders, loaderContext.preLoaders and loaderContext.postLoaders.
2012-09-25 16:45:53 +02:00
Tobias Koppers 638e82254a updates to enhanced-require, optimizing amd 2012-08-23 18:43:25 +02:00
Tobias Koppers 2bf6851c80 removed old stuff, moved loaders to enhanced-require 2012-08-23 14:58:10 +02:00
Tobias Koppers 013a33e604 updated readme 2012-08-23 04:24:00 +02:00
Tobias Koppers c912c0134b separable loaders as opt-in feature, fixes #16
in future separable loaders may run in a
  sperate process for performance reasons
2012-08-23 03:17:52 +02:00
Tobias Koppers 2fdf1666fd Support for webpack-dev-middleware, and tests 2012-08-08 22:22:31 +02:00
Tobias Koppers 8c0ab9c229 fire bundle-invalid, documentation, added noWrite option 2012-08-08 20:27:55 +02:00
Tobias Koppers bb1752204e better amd support, support for jam package manager 2012-08-07 20:52:48 +02:00
Tobias Koppers 14c441430b prepare for moving into organization 2012-08-06 23:09:38 +02:00
Tobias Koppers 4101a8dcc9 documentation 2012-08-06 18:23:24 +02:00
Tobias Koppers fbab894e00 require.resolve is now supported 2012-07-19 12:19:05 +02:00
Tobias Koppers 87f82e5219 added pre and post loaders 2012-07-11 12:18:31 +02:00
Tobias Koppers 514ad01e97 Shorten sourceURLs fixes #6 2012-07-11 02:15:39 +02:00
Tobias Koppers 0e028ad2fe typo 2012-07-10 21:01:13 +02:00
Tobias Koppers 258f9f4d7d added resolve postprocessing 2012-07-10 20:59:05 +02:00
Tobias Koppers e60514aac1 add compile time to statistics 2012-07-10 19:31:22 +02:00
Tobias Koppers f0067ca7b5 documented debug option #6 2012-07-06 17:51:58 +03:00
Tobias Koppers a4f8f1eca8 added Quickstart Guide #3 2012-07-03 19:07:41 +03:00
Tobias Koppers 98bf1ea52b documentation 2012-06-29 22:45:48 +02:00
Tobias Koppers a80e5c9f86 copyright and future plans 2012-05-25 01:17:02 +03:00
Tobias Koppers 32f50737c0 some fixes in the readme 2012-05-21 19:31:13 +02:00
Tobias Koppers efe1e2f46c added --watch-delay 2012-05-12 17:30:41 +02:00
Tobias Koppers eb40c79e12 typo and links 2012-05-12 17:02:20 +02:00
Tobias Koppers 31158a968d documentation and small bugfixes 2012-05-12 16:43:37 +02:00
Tobias Koppers 5fc75f4cfd readme updated 2012-05-07 23:46:59 +02:00
Tobias Koppers eb838ba8e7 added file loader 2012-05-07 21:35:19 +02:00
Tobias Koppers a090e12322 added val & bundle loader 2012-05-04 16:42:38 +02:00
Tobias Koppers 31f92329fd travis update 2012-05-03 00:11:08 +02:00
Tobias Koppers 95e89267f4 added watch mode and --progress 2012-05-01 21:33:59 +02:00
Tobias Koppers fd34d9674f updates to README 2012-05-01 19:55:57 +02:00
Tobias Koppers 1d2a14df4d typo 2012-05-01 18:54:19 +03:00
Tobias Koppers c44e5f8dc4 add [hash] function 2012-05-01 17:46:26 +02:00