Commit Graph

95 Commits

Author SHA1 Message Date
Tobias Koppers 37e9515cc4 remove deprecated stuff 2015-11-20 08:37:56 +01:00
Tobias Koppers 67656b90e2 split uglify-js from loader minimize, better shortcut defaults 2015-11-16 23:11:15 +01: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 a04ffb9283 added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02: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
Tobias Koppers 62bd7c1af4 export DllPlugin and DllReferencePlugin 2015-05-17 23:29:40 +02:00
Tobias Koppers 11a578a36b Merge branch 'master' into webpack-2
Conflicts:
	lib/NormalModuleFactory.js
2015-05-16 14:59:50 +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 ff7848369a Merge branch 'master' into webpack-2
Conflicts:
	bin/webpack.js
	package.json
2015-05-10 20:41:04 +02:00
Tobias Koppers 18f3595cde allow to pass watch options
deprecate old API
2015-05-10 13:50:15 +02:00
Tobias Koppers ed75627f06 Merge branch 'master' into webpack-2
Conflicts:
	bin/convert-argv.js
	package.json
2015-04-14 20:09:29 +02:00
hkal ccabb75c1d Add and expose WatchIgnorePlugin
* Test stubs included
2015-03-07 14:43:48 -05:00
Tobias Koppers a2af69056a Remove old stuff 2015-03-05 21:48:16 +01:00
hkal 42d176e098 Export EvalSoureMapDevToolPlugin 2015-03-01 23:49:43 -05:00
Tobias Koppers 80a3a7b08d added experimental AutomaticPrefetchPlugin 2015-02-04 23:22:33 +01:00
Tobias Koppers 4099f66141 Check arguments to webpack function, use watch from options
fixes #697
fixes #699
2015-01-21 12:38:57 +01:00
Tobias Koppers adfcfce15f watching of missing files, fixed #668
store missing files from errors for missingDependencies
make the new watching plugins default
added OldWatchingPlugin
2015-01-17 21:55:44 +01:00
Tobias Koppers a14f7a5f30 renamed plugin 2015-01-06 23:51:05 +01:00
Simen Brekken b80edb6a49 Added EnvPlugin. 2014-12-23 11:06:48 +01:00
Tobias Koppers 3b02644053 added experimental NewWatchingPlugin #125 2014-10-09 00:53:05 +02:00
Tobias Koppers 9a8cae6d43 added `NoErrorsPlugin`, which doesn't emit on error
fixes webpack/webpack-dev-server#42
fixes #449
2014-09-03 14:16:17 +02:00
Tobias Koppers 1bc0b8c0f4 added __webpack_hash__
fixes #422
2014-08-25 09:50:26 +02:00
Tobias Koppers 7ebd1a970c Export more stuff 2014-06-24 00:41:10 +02:00
Tobias Koppers 44bb43854f Added experimental MultiCompiler
webpack(...) takes an array
support an array in webpack.config.js
2014-06-11 22:26:50 +02:00
Tobias Koppers 48aad3eeee fixed #179 typo in OccurenceOrderPlugin 2014-02-25 08:51:40 +01:00
Tobias Koppers 6f2a6e64f9 export AggressiveMergingPlugin 2014-02-05 12:37:37 +01:00
Tobias Koppers 1822f3a717 added ResolverPlugin 2014-01-21 13:07:10 +01:00
Tobias Koppers 3170b76b22 webpack 1.0 beta
moved many options to plugins
#113
2013-12-17 23:21:49 +01:00
Tobias Koppers 58586f8ae2 make it webpack-able 2013-07-10 23:20:07 +02:00
Tobias Koppers 3dc62749a2 moved webworker template, added node.js template #57 2013-02-13 17:00:07 +01:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00
Tobias Koppers 6a9bd13396 better minimize options and error handling 2012-11-12 14:39:53 +01:00
Tobias Koppers d48e8bd6a6 upgrade to uglify-js2 2012-11-07 12:03:37 +01:00
Tobias Koppers 3b881ba414 changes some defaults for modules 2012-11-06 15:05:52 +01:00
Rainer Dreyer 0366444379 Renamed *libary* to *library*
Conflicts:
	test/browsertest/build.js
2012-11-05 20:11:50 +01:00
Tobias Koppers 567ca44ad8 updated loader modules 2012-11-02 10:27:05 +01:00
Tobias Koppers 10a887b8ff backcompatible and fixed output bug 2012-11-02 00:24:20 +01:00
Tobias Koppers 79743f0217 work with queries in loaders 2012-11-01 23:48:08 +01:00
Tobias Koppers 31c6ffc829 update to next resolve version 2012-11-01 21:00:15 +01:00
Tobias Koppers 41b3d51534 Merge branch 'master' into wip-0.8 2012-11-01 20:57:14 +01:00
Tobias Koppers efea82a52e only show named chunks in stats.chunkNameFiles 2012-10-28 22:52:02 +01:00
Tobias Koppers 7f1fc5b825 specify lookup fields in package.json 2012-10-27 02:16:42 +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 6d484e80db option to merge chunks 2012-10-26 00:05:41 +02:00
Tobias Koppers b8be5e9bf5 final fixes 2012-10-08 22:34:26 +02:00
Tobias Koppers 5b64b25e9a not required 2012-09-26 18:02:15 +02:00
Tobias Koppers 6cc2b7d099 deps updated 2012-09-26 13:40:00 +02:00
Tobias Koppers 18db563ef6 seperate resolving 2012-09-26 12:28:23 +02:00
Tobias Koppers 9320ed60ca fixed chunkNameFiles with hash 2012-09-25 17:20:36 +02:00