Commit Graph

69 Commits

Author SHA1 Message Date
Tim Oxley 03758f46cc Fix Readme Typo (#435)
`s/inject/template`
2016-09-18 08:55:40 +02:00
Anders D. Johnson 55d5370b71 Capitalize some acronyms in README. 2016-08-20 07:58:33 -05:00
Jan Nicklas d1f9330715 Update README.md 2016-07-02 12:21:13 +02:00
Jan Nicklas c6b45b314e Better error handling (#354)
Add some docs
2016-07-02 12:17:11 +02:00
Jan Nicklas fa25bd7718 Merge pull request #345 from ampedandwired/feature/alter-tags
Add 'html-webpack-plugin-alter-asset-tags'
2016-06-12 13:33:38 +02:00
Victor Bastos b9f0c9e92f small typo 2016-06-10 15:27:32 -03:00
Jan Nicklas 86badc3d6e Add documentation for `html-webpack-plugin-alter-asset-tags` 2016-06-10 14:11:01 +02:00
Jan Nicklas c229fcbab2 Add html-webpack-plugin-alter-chunks event 2016-05-30 11:59:17 +02:00
Jan Nicklas a252bca92c Update README.md 2016-05-03 08:43:08 +02:00
Jan Nicklas 20ac9e9fc5 Update README.md 2016-04-18 13:45:38 +02:00
zzuieliyaoli 72c33d7b3e remove additional word 2016-04-18 19:40:54 +08:00
zzuieliyaoli b8532f436d add demo code about events 2016-04-18 16:46:59 +08:00
Mike Evans 4dc976e396 corrected README.md Events example code 2016-04-12 09:55:22 +01:00
Jan Nicklas c776cdd586 Update README.md 2016-03-29 18:48:48 +02:00
Jan Nicklas 75adbcb066 Release 2.11.0 2016-03-20 14:14:26 +01:00
Koen Punt f8abc156b5 Add xhtml option to readme and add tests 2016-03-15 13:51:41 +01:00
Jan Nicklas 13e9a2ed2f Update README.md 2016-03-10 11:26:12 +01:00
Simen Bekkhus 3897896265 Add before-html-generation event
This allows you to add assets to the html when not using
injection
2016-02-27 18:28:41 +01:00
Jonathan Petitcolas 07fb7560b6 Fix typo 2016-02-11 15:12:39 +01:00
Jan Nicklas 0bdc43f478 Merge pull request #192 from ruehl/dependency-sort
Implemented new chunk sorting mode 'dependency'
2016-01-28 00:08:28 +01:00
Jesús Rodríguez ea9782d1b9 Fix typo in readme 2016-01-27 10:18:48 +01:00
Jan Nicklas ac60b8e290 Update readme 2016-01-27 09:53:09 +01:00
Christian Rühl 3fedf6ac33 Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
Added unit test for new sorting mode.

Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
2016-01-25 15:13:19 +01:00
Jan Nicklas 78c4e32bb0 Update README.md 2016-01-24 19:31:00 +01:00
Jan Nicklas d49c2207c5 Fix migration guide link 2016-01-24 19:30:22 +01:00
Jan Nicklas cd77e8a727 Add migration guide 2016-01-24 19:29:03 +01:00
Jan Nicklas 08fb649710 Update batch link for windows tests 2016-01-20 17:04:27 +01:00
Jan Nicklas bf48112fa9 Use semistandard code style 2016-01-20 16:50:16 +01:00
Simen Bekkhus aadf384a62 Add syntax highlighting to event example 2016-01-12 10:25:19 +01:00
Jan Nicklas 1622c7d2e2 Move compiler to its own file
Improve error messages
Fix global HTML_WEBPACK_PLUGIN variable
2016-01-11 22:00:47 +01:00
Jan Nicklas fd415c047c Fix readme link to the default template 2016-01-11 11:20:06 +01:00
Jan Nicklas b4363a8575 Add events `html-webpack-plugin-before-html-processing`, `html-webpack-plugin-after-html-processing`, `html-webpack-plugin-after-emit` 2016-01-07 11:14:23 +01:00
Jan Nicklas ec36061b03 Allow to disable sorting or pass a custom sort function 2015-11-23 12:04:42 +01:00
Kees Kluskens 84ea653bfb Add example usage of loaders in README. 2015-09-20 18:07:32 +02:00
Jan Nicklas 6eb2d31c18 Update installation instruction for 2.x.x prerelease 2015-09-09 12:11:07 +02:00
Kees Kluskens 0ede95051b Remove manifest option again and update test. 2015-09-09 11:38:25 +02:00
Kees Kluskens 648fd72c22 Fix manifest option and add tests. 2015-09-09 11:38:24 +02:00
Jan Nicklas 9cb8dfa3aa Fix rebase typo 2015-09-09 11:38:24 +02:00
Jan Nicklas 387ca2448a Use lodash to solve dependency issues for the fallback loader 2015-09-09 11:38:07 +02:00
Jan Nicklas d82bd52e2f Add minification again 2015-09-09 11:38:06 +02:00
Simen Bekkhus 909b811d70 Passing true to minify does nothing
All `html-minifier` options are `false` by default, so passing just true does nothing to the output
2015-08-14 08:59:43 +02:00
Cesar Andreu 7200791f3b Fix example template 2015-06-29 18:30:21 -07:00
Jan Nicklas 50651d946b Update README.md 2015-06-10 14:21:27 +02:00
Jan Nicklas f210b46b84 Extend template example in readme 2015-06-05 09:08:43 +02:00
Jan Nicklas 6219714fc7 Allow to inject javascript files into the head of the html page 2015-06-01 11:19:45 +02:00
Jan Nicklas 025d77009a Add travis badge 2015-05-18 16:02:30 +02:00
Jan Nicklas 3db6355e4b Align badges in readme 2015-05-18 14:01:32 +02:00
Jan Nicklas cc6323a383 Add node version to readme 2015-05-18 13:59:59 +02:00
Jan Nicklas 3428698e54 Fix typo in readme 2015-05-16 14:57:11 +02:00
Jan Nicklas 1edfaa8e42 Update docs 2015-05-12 23:14:52 +02:00