Commit Graph

369 Commits

Author SHA1 Message Date
Simen Bekkhus dd1518a260 Include the whole lib-directory 2016-01-12 10:01:55 +01:00
Jan Nicklas c6cb00c4fe Fixes #164 - Error: Cannot find module './lib/compiler.js' 2016-01-12 09:31:48 +01:00
Jan Nicklas 70259ea4b9 Invalidate cache on error 2016-01-12 09:30:32 +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 54528a5b41 Release 2.5.0 2016-01-11 16:08:47 +01:00
Jan Nicklas 62d7cfb36b Fixes "No source available" 2016-01-11 16:08:16 +01:00
Jan Nicklas 3f16e3491a Fix test for compiling multiple files 2016-01-11 12:20:46 +01:00
Jan Nicklas 7e4f83b26c Fixes #130 2016-01-11 11:41:11 +01:00
Jan Nicklas fd415c047c Fix readme link to the default template 2016-01-11 11:20:06 +01:00
Jan Nicklas 9a53beb609 Merge pull request #160 from anjianshi/feature/loaders
Support lodash template's HTML "escape" delimiter (<%- %>)
2016-01-09 08:45:26 +01:00
anjianshi ca50483385 fix comment 2016-01-09 10:10:04 +08:00
anjianshi b3913d0400 Support lodash template's HTML "escape" delimiter (<%- %>) 2016-01-09 10:07:17 +08:00
Jan Nicklas 579839b0a6 Update readme 2016-01-08 10:20:36 +01:00
Jan Nicklas 37e744dd85 Update examples 2016-01-08 10:13:40 +01:00
Jan Nicklas be966e70e0 Don't recompile if the assets didn't change 2016-01-07 19:19:04 +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 df441b8b83 Update dependencies and bump version 2016-01-07 10:22:03 +01:00
Jan Nicklas 68428b583f #135 Inject css and js even if the html file is incomplete 2016-01-07 10:20:52 +01:00
Jan Nicklas 4cfef8a12c Improve caching 2016-01-07 09:58:14 +01:00
Jan Nicklas 9622634173 Release 1.7.0 2015-11-23 14:14:12 +01:00
Jan Nicklas 796bcbe19c Add unit tests for chunk sort 2015-11-23 14:13:32 +01:00
Jan Nicklas cbce36cb58 Release 2.1.0 2015-11-23 14:10:18 +01:00
Jan Nicklas 2b726e8031 Add unit tests for chunk sort 2015-11-23 14:09:59 +01:00
Jan Nicklas e813b0576a Work around css-loader issue during testing 2015-11-23 13:38:50 +01:00
Jan Nicklas c556925234 Work around css-loader issue during testing 2015-11-23 13:38:20 +01:00
Jan Nicklas 2ef2ead8ff Upgrade dependencies 2015-11-23 12:25:17 +01:00
Jan Nicklas 6262921f3f Add missing use strict statements 2015-11-23 12:24:55 +01:00
Jan Nicklas ead6d4a2c8 Update dependencies 2015-11-23 12:21:16 +01:00
Jan Nicklas 95bdbe140d Add missing use strict statements 2015-11-23 12:16:11 +01:00
Jan Nicklas e2863a9b72 Add missing use strict statements 2015-11-23 12:11:35 +01:00
Jan Nicklas ec36061b03 Allow to disable sorting or pass a custom sort function 2015-11-23 12:04:42 +01:00
Jan Nicklas 0b0e0205fc Allow to disable sorting or pass a custom sort function 2015-11-23 12:00:38 +01:00
Jan Nicklas 5305da7b15 Port "Don't insert chunks that is not 'initial'" 2015-11-23 11:48:28 +01:00
Jan Nicklas 83ad4de679 Merge pull request #115 from vyorkin/bugfix/skip-async-chunks
Don't insert chunks that is not 'initial'
2015-11-23 11:41:01 +01:00
Vasiliy Yorkin 10e8b5e0a4 Don't insert chunks that is not 'initial' 2015-11-10 21:24:51 +03:00
Jan Nicklas 0a1f3a4464 Release 1.6.2 2015-10-08 21:59:10 +02:00
Jan Nicklas 6f522b1998 Beta release 2.0.4 2015-10-08 21:46:39 +02:00
Jan Nicklas 274ffbd56f Merge pull request #93 from NekR/feature/loaders
Fix minify option
2015-10-04 21:01:50 +02:00
Arthur Stolyar 5db310fa02 Eliminate redundant try..catch 2015-10-04 17:39:02 +03:00
Jan Nicklas b8b7586717 Merge pull request #92 from thomasguillory/fix/publicPath-hash
FIX missing [hash] interpolation in publicPath
2015-10-04 16:34:38 +02:00
Arthur Stolyar a34a2b0e24 Fix minify option 2015-10-04 16:03:42 +03:00
Thomas Guillory 41a255a2f1 FIX missing [hash] interpolation in publicPath
Webpack gives the possibility to use the build [hash] in
output.publicPath option:
https://webpack.github.io/docs/long-term-caching.html

However HtmlWebpackPlugin is reading directly the raw option, preventing the
user to use this option when using it.
2015-10-02 16:13:59 +02:00
Jan Nicklas 29e0a1b144 Merge pull request #89 from SpaceK33z/feature-loaders-fix-test
Fix publicPath for feature/loaders
2015-09-29 21:57:53 +02:00
Kees Kluskens a4c18b8c30 Remove url formatting in publicPath. 2015-09-29 21:35:09 +02:00
Kees Kluskens 3f55437bfb Another try at fixing the public path. 2015-09-28 23:48:54 +02:00
Jan Nicklas bba8e6bdf6 Fix public path 2015-09-23 12:38:22 +02:00
Jan Nicklas 74a8743aaf Merge pull request #87 from SpaceK33z/feature-loaders-doc
Add loader example in readme
2015-09-21 09:18:08 +02:00
Kees Kluskens 84ea653bfb Add example usage of loaders in README. 2015-09-20 18:07:32 +02:00
Kees Kluskens 9278bee55b Merge branch 'master' into feature-loaders-doc
# Conflicts:
#	index.js
#	spec/HtmlWebpackPluginSpec.js
2015-09-20 17:54:35 +02:00
Jan Nicklas 5865ca7b30 Beta release 2.0.3 2015-09-18 13:36:41 +02:00