Commit Graph

1798 Commits

Author SHA1 Message Date
Tobias Koppers ce20a11a66 only warn if really watching 2016-02-09 23:32:04 +01:00
Tobias Koppers b93aacbecf DedupePlugin cannot be cached 2016-02-09 22:34:10 +01:00
Tobias Koppers 3939bc40e5 track fs accurency and ajust mtimes of files upwards
#2003
2016-02-09 20:49:36 +01:00
Tobias Koppers d5a24ced67 fixed #2006 2016-02-09 19:32:50 +01:00
Tobias Koppers 5189d9a321 fixed #2019 2016-02-09 14:27:21 +01:00
Tobias Koppers f7f4fcc9d0 Merge pull request #2016 from alexFaunt/master
fix numberToIdentifer so it cant output duplicates
2016-02-08 18:01:00 +01:00
Alexander Faunt 81ad5fd6a6 fix numberToIdentifer so it cant output duplicates 2016-02-08 14:59:09 +00:00
Tobias Koppers c501b5d5af fixed #2011 2016-02-08 09:54:13 +01:00
hh9527 1021faf13c Fix #1983 : Object properties can be mangle now.
Use the following config:

```js
{
  plugins: [
    new webpack.optimize.UglifyJsPlugin({
        mangle: {
          props: {
            regex: /_$/
          },
        },
      }),
  ]
}
```
2016-02-08 09:52:10 +01:00
Tobias Koppers 6431038f99 added line break 2016-02-04 14:55:00 +01:00
Tobias Koppers ee5421437a Merge pull request #1991 from defunctzombie/patch-1
README.md: add badge count badge
2016-02-04 14:53:36 +01:00
Tobias Koppers e5b1e68441 Merge pull request #1978 from ReadmeCritic/master
Update README URLs based on HTTP redirects
2016-02-04 14:50:50 +01:00
Tobias Koppers 432bf35df4 2.0.7-beta 2016-02-04 14:46:47 +01:00
Tobias Koppers 77655bc6f6 updated expected stats 2016-02-04 14:31:54 +01:00
Tobias Koppers 119a386153 fixed tests 2016-02-04 14:29:51 +01:00
Tobias Koppers 6ac871344e moved error handler back to MainTemplate 2016-02-04 13:14:26 +01:00
Tobias Koppers cb3d8e2097 updated examples 2016-02-04 13:02:53 +01:00
Tobias Koppers d900e7df0b catch only chunk loading errors 2016-02-04 12:51:57 +01:00
Tobias Koppers 1c1a5cac3f smaller bundles without Code Splittings 2016-02-04 12:51:40 +01:00
Tobias Koppers 308ddf223b fixed missing convertions in examples 2016-02-04 12:50:24 +01:00
Tobias Koppers 5b0cb05bdc fixed #1650 2016-02-04 10:41:22 +01:00
Tobias Koppers bcd4cc8df9 updated expected hashes 2016-02-04 09:59:49 +01:00
Tobias Koppers 22124e5bd4 fixed a few issues 2016-02-04 09:59:28 +01:00
Tobias Koppers 684f02cbce fixed #1650 2016-02-04 08:49:08 +01:00
Tobias Koppers 58623299f0 updated some examples 2016-02-04 00:27:47 +01:00
Tobias Koppers 0eb5b20c58 added more stuff to the hash 2016-02-04 00:06:16 +01:00
Tobias Koppers 90f558011b fixed linter error 2016-02-03 23:48:51 +01:00
Tobias Koppers 4a52440ea8 track dependencies even if error occur
fixes #1975

merged #1985
2016-02-03 23:46:51 +01:00
Tobias Koppers 8cb0ee7b85 mangle harmony export names 2016-02-03 23:40:41 +01:00
Roman Shtylman 3faae8cae6 README.md: add badge count badge
This readme contains an impressive number of badges! You should be proud and show off how many you have by using another badge \o/
2016-02-03 13:36:57 -08:00
Tobias Koppers e52b7b2e4d Resolve loaders from configuration relative to context instead of resource 2016-02-03 22:01:58 +01:00
ReadmeCritic c2f6a73061 Update README URLs based on HTTP redirects 2016-02-02 08:35:54 -08:00
Tobias Koppers 71f0945a81 2.0.6-beta 2016-01-30 13:24:07 +01:00
Tobias Koppers cf7449e8f0 test on more node versions 2016-01-30 13:13:38 +01:00
Tobias Koppers a803902ed8 fixed #1883 2016-01-30 12:50:42 +01:00
Tobias Koppers 5aa5ca6961 added test case for DllPlugin and chunks in dlls
#1948
2016-01-30 11:43:53 +01:00
Tobias Koppers 131bc08126 fixed bugs with DllPlugin 2016-01-30 11:43:22 +01:00
Tobias Koppers 58b9a0428a bigger timeout 2016-01-30 11:20:45 +01:00
Tobias Koppers 5258ca25f4 fixed LoaderList matching to be "or" again
fixed #1947
#1889
2016-01-30 11:14:17 +01:00
Tobias Koppers b348d60a15 added concord test cases 2016-01-30 09:59:43 +01:00
Tobias Koppers 37d2b1a94d Merge pull request #1913 from ianks/master
Use better error message for when given multiple args for CommonChunks Plugin
2016-01-26 19:29:11 +01:00
Tobias Koppers ac45c3c1a4 2.0.5-beta 2016-01-26 18:20:24 +01:00
Tobias Koppers 205d08cac5 fixes and performance improvements 2016-01-26 17:56:44 +01:00
Tobias Koppers 186d0da5ce upgraded node-libs-browser 2016-01-25 18:29:08 +01:00
Tobias Koppers f9ade28a9e allow to pass context info 2016-01-25 18:28:56 +01:00
Ian Ker-Seymer d0c6e98dee
Use better error message for when given multiple args for CommonChunksPlugin 2016-01-21 23:01:00 -05:00
Tobias Koppers bba8afdeef 2.0.4-beta 2016-01-21 19:19:35 +01:00
Tobias Koppers b7754b645e 2.0.3-beta 2016-01-21 19:16:52 +01:00
Tobias Koppers a56c1bb3fe updated loader-runner 2016-01-21 19:07:08 +01:00
Tobias Koppers 3881528678 added a timeout to hot multi step build 2016-01-21 02:01:24 +01:00