Commit Graph

1954 Commits

Author SHA1 Message Date
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
Tobias Koppers d0e1229863 fixed default option 2016-01-21 01:17:53 +01:00
Tobias Koppers 9a901a9f1c fixed a bug with watching 2016-01-21 01:11:32 +01:00
Tobias Koppers f5f4d2b791 Performance 2016-01-20 21:41:42 +01:00
Tobias Koppers aa55d80925 fixed detection of output.filename 2016-01-19 19:35:05 +01:00
Tobias Koppers 2efbfb30f3 Merge pull request #1889 from pgilad/patch-1
Support loader/loaders with string/array notation
2016-01-19 19:10:31 +01:00
Gilad Peleg 070f6b09f8 Fix loaders test as array to be AND condition
- Add unit tests for LoadersList
- Drop unused edge case
2016-01-19 12:18:17 +02:00
Gilad Peleg 25a327db0a Support for loader/loaders as array
- Support module.loader and module.loaders as array
- Simplify code flow and improve errors
- Support loaders array with objects [{ loader, query }] for applying a query to each loader
2016-01-19 12:18:17 +02:00
Tobias Koppers 5b5775f9e2 Merge pull request #1903 from kennyt/fix/lint-warnings
Fix no-redeclare in code and switch to error mode
2016-01-19 08:22:25 +01:00
Kenny Tran 14edaaa459 Change lint rule for no-redeclare to 2 2016-01-18 19:03:30 -08:00
Kenny Tran eebc5ceaf6 Fix no-redeclare in code 2016-01-18 18:57:42 -08:00
Tobias Koppers 660c2c49a2 Merge pull request #1901 from kennyt/fix/lint-warnings
Fix one lint warning
2016-01-18 22:09:40 +01:00
Kenny Tran 1cdc478c44 Fix lint warnings in EvalSourceMapDevToolModuleTemplatePlugin 2016-01-17 14:54:55 -08:00
Tobias Koppers 259c346062 fixed tests 2016-01-14 21:21:12 +01:00
Tobias Koppers 45e9c31f18 added missing dependency name 2016-01-14 21:21:11 +01:00
Tobias Koppers 2e5a5f9db3 more pretty CLI options, added --verbose option 2016-01-14 21:21:09 +01:00
Tobias Koppers 3c885d9d11 Merge pull request #1816 from yyx990803/master
fix eval-source-map failing when source ends with comment
2016-01-14 20:13:35 +01:00
Tobias Koppers 289705f193 Merge pull request #1869 from justingreenberg/patch-1
Update examples/harmony-unused/README.md
2016-01-11 20:25:12 +01:00
Tobias Koppers 01cbeae398 beautify and do tests first 2016-01-11 20:09:30 +01:00
Tobias Koppers 46b12b2095 better ProgressPlugin and fixed bug for multi-compilation 2016-01-09 23:48:37 +01:00
Tobias Koppers 75abfd13b6 more details in the progress plugins
changed handler signature to multiple arguments
2016-01-09 23:17:20 +01:00
Tobias Koppers dcc08e7a31 Merge pull request #1868 from waysact/1800/subresource-integrity
[WIP] Hooks for subresource integrity
2016-01-09 13:16:40 +01:00
Justin Greenberg 7bf2e9b98e Update template.md 2016-01-08 21:24:58 -05:00
Justin Greenberg 2804f359e4 Update README.md 2016-01-08 14:17:50 -05:00
Julian Scheid d4db20aacc Add a hook for adding script attributes
Closes #1800
2016-01-08 17:45:53 +01:00
Tobias Koppers ee2b47c502 Merge pull request #1861 from bhamodi/patch-1
Update Copyright notice to include 2016.
2016-01-07 22:48:26 +01:00
Tobias Koppers d28c080d3f Merge pull request #1862 from bhamodi/patch-2
Update Copyright notice to include 2016. #2
2016-01-07 18:44:47 +01:00
Baraa Hamodi e6a82cb907 Update Copyright notice to include 2016. #2 2016-01-07 03:24:38 -05:00
Baraa Hamodi 74a1326283 Update Copyright notice to include 2016. 2016-01-07 03:23:28 -05:00
Tobias Koppers 987d718c9c fixed #1833 2016-01-06 23:50:12 +01:00
Tobias Koppers 5811c57f24 Merge branch 'master' of https://github.com/webpack/webpack.git 2016-01-06 23:29:56 +01:00
Tobias Koppers 0a4a827d57 fixed Stats cases 2016-01-06 23:27:53 +01:00
Tobias Koppers f7c232cbb0 write out stats test results 2016-01-06 23:22:09 +01:00
Tobias Koppers c838656e7f moved defaults for options.output into central place 2016-01-06 23:02:25 +01:00
Tobias Koppers 98056a3387 Merge pull request #1838 from gordonkristan/common-example
Common and vendor chunk example
2016-01-06 21:50:59 +01:00
Tobias Koppers 6bc45850cd fixed #1840 2016-01-06 21:39:50 +01:00
Tobias Koppers 4a9bb29b49 Merge branch 'patch-1' of https://github.com/Globegitter/webpack 2016-01-06 20:32:41 +01:00
Tobias Koppers a4cc54e759 added manual context map option to ContextReplacementPlugin 2016-01-06 19:56:17 +01:00
Evan You d01c6b63da fix eval-source-map failing when source ends with comment 2016-01-05 10:41:59 -05:00
Markus Padourek b4f974d673 Added test for new example 2016-01-04 12:07:45 +00:00
Markus Padourek aa6a556101 export named * 2016-01-04 12:05:49 +00:00
Gordon Kristan 8bbad200d4 Common and vendor chunk example 2016-01-03 21:07:08 -06:00
Tobias Koppers dc7a19dc87 added source-map dependency 2016-01-03 23:12:21 +01:00
Tobias Koppers b83a4204f1 updated extract-text-plugin 2016-01-03 23:08:48 +01:00
Tobias Koppers 5bfc68aacb Merge branch 'master' of https://github.com/webpack/webpack 2016-01-03 21:44:02 +01:00