Commit Graph

48 Commits

Author SHA1 Message Date
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 f41b103d07 fixed bug when passing entries over cli 2015-05-28 08:48:16 +02: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 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 297707d42d added --watch-poll
fixed webpack/watchpack#3
2015-05-10 16:41:55 +02:00
Tobias Koppers 319a8f77d6 support deprecated watchDelay 2015-05-10 14:32:16 +02:00
Tobias Koppers fd4c0042ed use new style of passing watch options 2015-05-10 14:18:12 +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
Tobias Koppers 9a800d5979 fixed buggy PRs for webpack.configs
fixes #956
fixes #964
2015-04-10 10:21:38 +02:00
Adam Krebs 7cc35ce10f More helpful error message if we can't find webpack config file 2015-04-08 13:59:21 -04:00
Adam Krebs 2875e402d7 Automatically pull in webpack.config files written in compile-to-js langs using interpret.extensions 2015-04-08 08:28:47 -04:00
Aleksejs Sinicins a1596fb1dc Use node-interpret to import configuration in various formats. 2015-04-06 15:22:51 +03:00
Tobias Koppers ff4585b108 allow config file to export a function
pass --env to config function
2015-03-05 22:22:22 +01:00
Tobias Koppers b31a8110b3 Throw error when output.filename is missing
#719
2015-03-05 22:21:47 +01:00
Tobias Koppers aa7885b91d removed --optimize-occurrence-order 2015-03-05 22:05:11 +01:00
Tobias Koppers be9adc0a26 removed --output-named-chunk-file 2015-03-05 22:02:48 +01:00
Tobias Koppers a4e3b641bc -d now uses eval-source-map instead of source-map
#729
2015-03-05 21:29:04 +01:00
Tobias Koppers 84d4df203d better progress 2015-02-04 23:22:30 +01:00
Tobias Koppers 2576fdaf20 fixes #438 2014-09-03 13:15:35 +02:00
Tobias Koppers d80cdcefac Code Quality 2014-06-24 18:53:32 +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 80f3c48d99 better code style 2014-06-03 21:03:21 +02:00
Tobias Koppers 11ebc21593 cache is on by default
disable it with cache: false resp. --no-cache
@petehunt
2014-03-21 16:08:35 +01:00
Tobias Koppers 6cd42e29fa fixes #173 2014-02-14 22:07:06 +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 f8507717c1 added missing --output-jsonp-function, export multiple properties 2013-10-15 22:00:28 +02:00
Tobias Koppers 25515b200a added `--define` #100 2013-09-24 14:48:08 +02:00
Tobias Koppers d85324c9fd profile progress 2013-07-04 11:02:35 +02:00
Tobias Koppers 8b2301056d added hot module replacement, fixes #26 2013-06-19 13:49:57 +02:00
Tobias Koppers c30f16f439 added experimental deduplication support #47 2013-06-12 16:16:06 +02:00
Tobias Koppers f84f000149 records, typo 2013-05-31 12:22:40 +02:00
Tobias Koppers 209f96c543 added option to prefetch modules 2013-05-13 13:34:00 +02:00
Tobias Koppers 30c66003e8 profiling is back 2013-05-08 14:47:13 +02:00
Tobias Koppers 5cdb8cbf81 cache chunks, cache assets 2013-05-08 13:28:54 +02:00
Tobias Koppers 0de7c73ad8 SourceMap support 2013-03-26 16:54:41 +01:00
Tobias Koppers 6c3f51e6d9 updated some small things on the cli 2013-03-19 07:56:44 +01:00
Tobias Koppers 78751149c7 fixes #73 2013-03-11 12:16:10 +01:00
Tobias Koppers 62749031ca fixed mistake 2013-02-27 07:59:58 +01:00
Tobias Koppers ffc2ace8d6 small fix for the executable 2013-02-25 12:58:18 +01:00
Tobias Koppers 1a449cefb6 better config file check, added hook for VariableDeclarators 2013-02-22 17:01:54 +01:00
Tobias Koppers 64af867150 added require.js stuff, fixed progress 2013-02-13 21:24:00 +01:00
Tobias Koppers a7cdb88346 minor fixes 2013-02-11 11:29:05 +01:00
Tobias Koppers d75fb7a4a2 fixed problems with booleans 2013-02-04 10:30:49 +01:00
Tobias Koppers 55d1af8109 fix named chunks, added multi entry plugin 2013-01-31 01:44:39 +01:00
Tobias Koppers ee01837d66 Refactored everything for 0.9 2013-01-30 18:49:25 +01:00