Tobias Koppers
|
6f2be891c2
|
added 'hidden-sourcemap' devtool
fixes #437
|
2014-08-28 15:13:05 +02:00 |
Tobias Koppers
|
97128e0535
|
added option for devtools
`output.devtool[Fallback]ModuleFilenameTemplate` option
fixes #405
|
2014-08-14 11:31:05 +02:00 |
Dan Abramov
|
5bf94e3775
|
EvalSourceMapDevToolPlugin accepts one parameter
|
2014-07-18 02:56:31 +04: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
|
525f8b9579
|
don't allow dedupe plugin by option (because thats broken)
|
2014-04-19 21:35:26 +02:00 |
Vahe Hovhannisyan
|
bbc46a6c0b
|
Require externals plugin for node-webkit target.
|
2014-04-09 09:47:59 -07:00 |
Tobias Koppers
|
bea08dc1a2
|
added node-webkit target (experimental)
added option to provide no target
added defaults for node-webkit
allow browsertests to run in node-webkit
|
2014-04-09 09:12:04 +02:00 |
Tobias Koppers
|
998870d9ee
|
Warn about modules with matching names if case is ignored
fixes #210
|
2014-03-31 11:33:17 +02:00 |
Tobias Koppers
|
61f1c4d37d
|
allow to configure default RegExps for automatically created contexts
allow to configure when an automatically created context is critical
better warning message in critical dependencies warning
fixes #196
fixes #198
|
2014-03-11 16:08:22 +01:00 |
Tobias Koppers
|
a7f9340885
|
added externals option
|
2014-03-05 09:58:51 +01:00 |
Tobias Koppers
|
48aad3eeee
|
fixed #179 typo in OccurenceOrderPlugin
|
2014-02-25 08:51:40 +01:00 |
Tobias Koppers
|
ee30c84672
|
fixes ProvidePlugin fallback
|
2014-02-25 08:48:51 +01:00 |
Tobias Koppers
|
d69a884b2a
|
better devtools
|
2014-02-13 11:40:16 +01:00 |
Tobias Koppers
|
efb2dd483f
|
choose defaults by target
browser field is on by default, fixes #151
|
2014-02-13 11:02:31 +01:00 |
Tobias Koppers
|
8e77c17f44
|
add packageAlias
fixes #151
|
2014-02-11 12:24:41 +01:00 |
Tobias Koppers
|
3b3f6cb0b3
|
some fixes
|
2014-02-11 08:53:32 +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
|
b0f5575c57
|
added async chunk loading for node.js build
|
2013-12-15 23:08:11 +01:00 |
Tobias Koppers
|
7a665410ca
|
added IgnorePlugin, fixed replacement plugins
|
2013-11-05 18:19:04 +01:00 |
Tobias Koppers
|
52b40b3798
|
allow loaders to load modules
fixed templates readable name
|
2013-10-28 16:21:29 +01:00 |
Tobias Koppers
|
6a2f255778
|
fixed parsing of packageMains options
|
2013-10-12 22:08:04 +02:00 |
Tobias Koppers
|
672fc9ba0f
|
UglifyJsPlugin: don't drop warnings
warnings are mapped by source map to modules
|
2013-09-14 11:50:39 +02:00 |
Tobias Koppers
|
a37948d114
|
added options.define, evaluate conditionals, fixes #99
|
2013-09-13 11:17:57 +02:00 |
Tobias Koppers
|
58586f8ae2
|
make it webpack-able
|
2013-07-10 23:20:07 +02:00 |
Tobias Koppers
|
4c7766a694
|
support #sourceURL and #sourceMappingURL, #91
|
2013-07-04 14:08:47 +02:00 |
Tobias Koppers
|
2181739daf
|
added unsafeCache option for performance
|
2013-07-04 12:01:10 +02:00 |
Tobias Koppers
|
8b2301056d
|
added hot module replacement, fixes #26
|
2013-06-19 13:49:57 +02:00 |
Tobias Koppers
|
327a990070
|
fixed bugs
|
2013-06-19 11:53:03 +02:00 |
Tobias Koppers
|
a84a0433c9
|
better optimizing
|
2013-06-17 18:55:11 +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
|
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
|
c4140aac51
|
moved ConsolePlugin into NodeSourcePlugin
|
2013-02-26 13:31:05 +01:00 |
Tobias Koppers
|
38d3c877dd
|
support labeled modules fixes #72
|
2013-02-26 12:36:34 +01:00 |
Tobias Koppers
|
9fe83b3dc8
|
improved chunk loading
now a chunk is not loaded if all included modules are already loaded (by other chunks)
|
2013-02-24 02:05:55 +01:00 |
Tobias Koppers
|
a0680280f3
|
added require.include
|
2013-02-15 17:08:14 +01:00 |
Tobias Koppers
|
64af867150
|
added require.js stuff, fixed progress
|
2013-02-13 21:24:00 +01:00 |
Tobias Koppers
|
3dc62749a2
|
moved webworker template, added node.js template #57
|
2013-02-13 17:00:07 +01:00 |
Tobias Koppers
|
e2277c64c9
|
bug fix for resolveLoader.root
|
2013-02-11 11:10:15 +01:00 |
Tobias Koppers
|
0df61621ea
|
added MinChunkSizePlugin
|
2013-02-11 10:52:19 +01:00 |
Tobias Koppers
|
05152cee7f
|
added provide plugin and option
|
2013-02-10 20:37:30 +01:00 |
Tobias Koppers
|
68ee0a6537
|
some bugfixes and fallback option
|
2013-02-04 13:59:43 +01:00 |
Tobias Koppers
|
bd89d65b8e
|
added resolve.root support
|
2013-02-04 10:47:00 +01:00 |
Tobias Koppers
|
8ecdb72b48
|
removed old files, moved stuff
|
2013-02-01 08:42:12 +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 |