Commit Graph

421 Commits

Author SHA1 Message Date
Tobias Koppers 228f86e904 Remove last comma in bundles, fixes #28 2012-10-26 14:39:27 +02:00
Tobias Koppers b7dd37cce2 fixed link for npm 2012-10-26 14:38:50 +02:00
Tobias Koppers d4c190d03d push version 2012-10-26 10:55:15 +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 8dac14a3d9 fixed chunkNameFiles for chunk merging 2012-10-26 01:41:21 +02:00
Tobias Koppers 323e386f25 document and test chunk merging 2012-10-26 00:47:51 +02:00
Tobias Koppers 0460211742 better disconnect 2012-10-26 00:19:19 +02:00
Tobias Koppers b7e776c528 push version 2012-10-26 00:07:11 +02:00
Tobias Koppers 4115793836 fixed test and removed output 2012-10-26 00:05:46 +02:00
Tobias Koppers 6d484e80db option to merge chunks 2012-10-26 00:05:41 +02:00
Tobias Koppers b627690744 better readme 2012-10-26 00:01:57 +02:00
Tobias Koppers 07b2f8c6d5 fix example 2012-10-24 19:28:17 +02:00
Tobias Koppers b3eeaf80f8 more bugfix 2012-10-21 23:38:38 +02:00
Tobias Koppers ef199fbc89 bugfix 2012-10-21 23:34:30 +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 0cf8a98be6 updated graphs to new webpack-graph version 2012-10-10 17:29:53 +02:00
Tobias Koppers d51f6581dc github do not server static files -> gh-pages 2012-10-09 17:24:06 +02:00
Tobias Koppers 725698bce6 added graphs to examples 2012-10-09 17:17:38 +02:00
Tobias Koppers 0fb1fa820d updated examples 2012-10-09 00:12:10 +02:00
Tobias Koppers d5fc1115e7 simplifiy verbose stats api 2012-10-08 23:45:46 +02:00
Tobias Koppers e1fc167193 little stats bug 2012-10-08 23:35:22 +02:00
Tobias Koppers 55d748faaf Readme and license 2012-10-08 22:39:22 +02:00
Tobias Koppers b8be5e9bf5 final fixes 2012-10-08 22:34:26 +02:00
Tobias Koppers 41946d2450 fixed two bugs:
* watch mode do not include files with errors
* resolve errors display as `[object Object]` in workers
2012-10-02 16:27:40 +02:00
Tobias Koppers 5b64b25e9a not required 2012-09-26 18:02:15 +02:00
Tobias Koppers 383e1f0eed added option for min loaders for worker 2012-09-26 14:06:59 +02:00
Tobias Koppers 6cc2b7d099 deps updated 2012-09-26 13:40:00 +02:00
Tobias Koppers 60546dba63 cache worker args 2012-09-26 13:02:27 +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 193173c7b4 fixed parse error to be an object 2012-09-25 17:40:34 +02:00
Tobias Koppers 9320ed60ca fixed chunkNameFiles with hash 2012-09-25 17:20:36 +02:00
Tobias Koppers b9a90d4ace fixed dependency 2012-09-25 17:04:10 +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 ab357031ba fixed one argument calling and json output 2012-09-18 18:40:48 +02:00
Tobias Koppers 1e712788ee fix bug with brackets around requires 2012-08-29 15:16:20 +02:00
Tobias Koppers 44410d921b updated ignores 2012-08-23 19:46:21 +02:00
Tobias Koppers 638e82254a updates to enhanced-require, optimizing amd 2012-08-23 18:43:25 +02:00
Tobias Koppers 3d08e8cf14 removed deprecated stuff from test 2012-08-23 18:43:03 +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 95fca26b59 process.cwd() will return dirname of location.pathname, #21 2012-08-23 03:37:46 +02:00
Tobias Koppers 7a36c445e5 removed windows path stuff 2012-08-23 03:34:49 +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 4c84defbb6 updated examples 2012-08-23 02:05:07 +02:00
Tobias Koppers cdf12758ba bugfix: fixed multiple chunks 2012-08-23 02:01:33 +02:00
Tobias Koppers 284500f9ee added more examples 2012-08-23 01:58:17 +02:00
Tobias Koppers 955766be2a optimize api 2012-08-23 01:56:52 +02:00