Commit Graph

93 Commits

Author SHA1 Message Date
Jan Nicklas 387ca2448a Use lodash to solve dependency issues for the fallback loader 2015-09-09 11:38:07 +02:00
Jan Nicklas a8677988bd Fix rebase 2015-09-09 11:38:07 +02:00
Jan Nicklas 02223b29e5 Use blueimp loader instead of blueimp 2015-09-09 11:38:07 +02:00
Jan Nicklas ed8f61fc69 Fix chunk filtering 2015-09-09 11:38:06 +02:00
Jan Nicklas ed8e4b290f Fix to resolve path of modules 2015-09-09 11:38:06 +02:00
Jan Nicklas c8a69255b9 Refactoring to support loaders 2015-09-09 11:38:06 +02:00
Jan Nicklas 55b530ba3f Support placing templates in subfolders 2015-06-29 15:57:18 +02:00
Olivier Tassinari 0d727cc23e [async] make sure the async chunks aren't included in the html 2015-06-15 20:30:42 +01:00
Jan Nicklas 6219714fc7 Allow to inject javascript files into the head of the html page 2015-06-01 11:19:45 +02:00
chris.greening 9557db2db0 Modifies unit tests to support expecting warnings 2015-05-31 14:32:07 +01:00
Jan Nicklas ce279debd5 Deprecate htmlWebpackPlugin.assets 2015-05-17 20:02:57 +02:00
Jan Nicklas 26b9f28937 Add promises - add test for missing favicon 2015-05-12 22:55:06 +02:00
Jan Nicklas 80d141d8c2 Refactor favicon 2015-05-11 23:29:11 +02:00
Simen Bekkhus 5771dac3c9 Add support for favicon and apple-touch-icon
Fixes #28
2015-05-11 08:27:19 +02:00
Jan Nicklas 677e5585b0 Integration tests for extract-text-webpack-plugin 2015-04-23 15:21:51 +02:00
Jan Nicklas fd44794a5c Cleaner chunks api 2015-04-21 17:37:08 +02:00
Jan Nicklas 932d295d1c Don't inject a hash by default 2015-04-21 17:37:08 +02:00
Jan Nicklas 383dcd480f Rename `append` to `inject` and prevent double injection 2015-04-21 17:37:08 +02:00
Jan Nicklas 2a66d2f545 Fix plain html tests 2015-04-21 17:37:08 +02:00
Jan Nicklas 76d45eda48 Add append option 2015-04-21 17:37:08 +02:00
Charles Blaxland cadad66359 Order chunks to reflect their dependencies 2015-04-20 12:43:46 +10:00
Charles Blaxland 6ae0e85202 Expose webpack configuration to templates 2015-03-30 12:19:10 +11:00
Charles Blaxland 4d74f4b061 Merge branch 'feature/template-function' of https://github.com/jantimon/html-webpack-plugin into jantimon-feature/template-function
Conflicts:
	index.js
2015-03-30 12:09:09 +11:00
Jan Nicklas 442f016683 Don't append a hash by default 2015-03-27 19:47:34 +01:00
Jan Nicklas 1427d4e3d7 Add .jshintrc file 2015-03-27 19:39:02 +01:00
Jan Nicklas 2815661681 Allow to pass a function for custom html rendering / templating 2015-03-13 18:21:28 +01:00
Jan Nicklas 55f316d396 Rename the assets template to support old templates files 2015-03-11 11:36:55 +01:00
Jan Nicklas 1debf35bdf Adjust tests for hash urls 2015-03-11 11:26:52 +01:00
Charles Blaxland 58d173c3d0 Raise an error if both template and templateContent options are used together 2014-08-14 21:29:46 +10:00
Charles Blaxland 0f15aee3e2 Allow template to be specified as a string 2014-08-14 21:18:58 +10:00
Charles Blaxland 14b1a38dfa Read template file asynchronously 2014-08-14 20:36:15 +10:00
Charles Blaxland ea26ac88f7 Add a test and documentation for generating multiple HTML files 2014-08-13 21:22:07 +10:00
Charles Blaxland 94250b9f10 Support writing HTML output to a configurable filename 2014-08-13 21:08:56 +10:00
Charles Blaxland f44af556d8 Hook webpack 'emit' to allow html to be emitted as an asset 2014-08-13 20:34:45 +10:00
Charles Blaxland 4ea9894058 Hook webpack 'after-emit' instead of 'done' so it works with webpack middleware 2014-08-13 17:18:31 +10:00
Charles Blaxland 67ae8e0746 Add support for specifying the title of the generated HTML 2014-08-13 09:30:27 +10:00
Charles Blaxland 42e8dfa651 Add test case for handling subdirectories in the output path 2014-08-13 09:19:22 +10:00
Charles Blaxland c10e9336e4 Support webpack publicPath configuration 2014-08-12 23:18:07 +10:00
Charles Blaxland b0f3599d11 Add test for filenames with hashes 2014-08-12 23:07:41 +10:00
Charles Blaxland 23a0d9c338 Support sourcemaps, which generate multiple output bundles for each entry 2014-08-12 22:28:49 +10:00
Charles Blaxland c26597403c Allow user defined HTML templates 2014-08-12 22:16:41 +10:00
Charles Blaxland 7d27822455 Generated HTML loads multiple entry points 2014-08-12 22:03:43 +10:00
Charles Blaxland d9d3b23c56 Generate a default index.html from a single webpack entry point 2014-08-12 13:01:56 +10:00