Commit Graph

360 Commits

Author SHA1 Message Date
Jan Nicklas 2f2c88bbdb Update dependencies and integration tests 2016-07-02 12:30:16 +02: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 943c555665 Merge pull request #354 from vincentngthu/master
Handle err before any logic in promise return by compileTemplate
2016-06-15 18:50:08 +02:00
Zhanwei Wu 4e6f902cab optimized err handling logic 2016-06-15 18:36:24 +08:00
wuzhanwei e493348953 Update compiler.js
ref #353 handle err before any logic in promise return by compileTemplate
2016-06-15 13:40:25 +08: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
Jan Nicklas 6c516a85c2 Merge pull request #350 from victorwpbastos/patch-1
small typo
2016-06-12 13:32:41 +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 c43bb4359f Add 'html-webpack-plugin-alter-asset-tags' 2016-06-10 08:17:41 +02:00
Jan Nicklas c2982a8977 Merge pull request #343 from ampedandwired/fixes/dependency-sort
Exclude chunks works now even if combined with dependency sort
2016-06-10 08:15:37 +02:00
Jan Nicklas c54273563a Exclude chunks works now even if combined with dependency sort 2016-06-09 23:04:19 +02:00
Jan Nicklas f3e4ead0f5 Rebuild webpack 2 test fixtures 2016-06-09 23:03:04 +02:00
Jan Nicklas c229fcbab2 Add html-webpack-plugin-alter-chunks event 2016-05-30 11:59:17 +02:00
Jan Nicklas 998ebf03eb Update CHANGELOG.md 2016-05-29 13:18:16 +02:00
Jan Nicklas 3a10699319 Update dependencies 2016-05-29 13:12:39 +02:00
Jan Nicklas 390635a519 Release 2.17.0 2016-05-13 13:43:19 +02:00
Jan Nicklas 7230b6a537 Update tests for webpack beta 2016-05-13 13:22:08 +02:00
Patrick Burtchaell b718dc1c2c Add type attribute to script element
* Update index.js to add type attribute
* Update tests
* Build examples to update HTML
* Update CHANGELOG
2016-05-13 13:18:58 +02:00
Jan Nicklas 0952b3a810 Release v2.16.2 2016-05-13 11:46:16 +02:00
Thomas Grainger 05d6694743 ∃ ∀ hot-update.js for isHotUpdateCompilation 2016-05-13 11:46:15 +02:00
Jan Nicklas 52f53faf45 Recompile templates for newest beta version 2016-05-13 11:45:52 +02:00
Jan Nicklas a252bca92c Update README.md 2016-05-03 08:43:08 +02:00
Jan Nicklas 3e751b7046 Release 2.16.1 2016-05-02 18:08:04 +02:00
Jan Nicklas c6f59019b3 Use travis matrix 2016-05-02 14:27:16 +02:00
Jan Nicklas 10058066d7 Merge pull request #281 from dtinth/patch-1
Don’t emit the html for hot-update compilation.
2016-04-30 19:53:49 +02:00
Jan Nicklas 129c42e8d0 Add tests for node 6 2016-04-27 08:48:47 +02:00
Jan Nicklas cdd97c3279 Adjust tests for webpack 2 beta 2016-04-25 19:27:03 +02:00
Jan Nicklas 0a9d8e8417 Update dependencies 2016-04-25 19:16:19 +02:00
Jan Nicklas 20ac9e9fc5 Update README.md 2016-04-18 13:45:38 +02:00
Jan Nicklas b9ae47983c Merge pull request #295 from zzuieliyaoli/master
add demo code about events
2016-04-18 13:44:03 +02:00
zzuieliyaoli 72c33d7b3e remove additional word 2016-04-18 19:40:54 +08:00
Jan Nicklas 37bf50d662 Merge pull request #279 from ampedandwired/feature/hash-names
Support hashes in filenames
2016-04-18 13:16:02 +02:00
Jan Nicklas bfed3a29cc Add support for dynamic filenames 2016-04-18 13:00:48 +02:00
Jan Nicklas 765002458b Use loadash instead of object assign for old node versions 2016-04-18 13:00:48 +02:00
Jan Nicklas c0b730f25d Support hashes in filenames 2016-04-18 13:00:48 +02:00
zzuieliyaoli b8532f436d add demo code about events 2016-04-18 16:46:59 +08:00
Jan Nicklas 4fc5328411 Merge pull request #289 from numical/master
Corrected README.md Events example code
2016-04-13 07:16:26 +02:00
Mike Evans 4dc976e396 corrected README.md Events example code 2016-04-12 09:55:22 +01:00
Jan Nicklas f89eb945ec Update webpack.config.js 2016-04-04 15:14:25 +02:00
Thai Pangsakulyanont 25fd764e16 Don’t emit the html for hot-update compilation.
webpack-dev-server@2.0.0-beta seems to be emitting hot update bundles separately from the full bundle. This makes HtmlWebpackPlugin mistake it for the real bundle, and generates a HTML file that looks like this:

```html
<script src="0.8f9c33574d86dd9eab0d.hot-update.js"></scriptt>
```

This commit uses quite a hack to check if the emitted bundle is a hot-update bundle, and skip emitting `index.html` file.
2016-04-02 16:47:06 +07:00
Jan Nicklas c776cdd586 Update README.md 2016-03-29 18:48:48 +02:00
Jan Nicklas 3ad0f9fba6 Fix test for webpack2 2016-03-29 18:38:27 +02:00
Jan Nicklas a009406838 Write changelog 2016-03-29 18:32:23 +02:00
Jan Nicklas 4ab5f1bdb1 Merge pull request #267 from ampedandwired/feature/webpack2-tests
Feature/webpack2 tests
2016-03-24 21:49:38 +01:00
Jan Nicklas def0703e71 Add inline tests for webpack 2 2016-03-23 11:13:38 +01:00
Jan Nicklas 29871bd0f5 Fix dist files 2016-03-23 11:06:11 +01:00
Jan Nicklas fab60bed44 Fix sorting for webpack2 2016-03-23 11:06:11 +01:00
Jan Nicklas 831cbdecb8 Ensure that all tests pass for webpack2
Use sort mode "dependency" as default for webpack2
2016-03-23 11:06:11 +01:00