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
Jan Nicklas
40b065808c
Add example results for webpack-2
2016-03-23 11:06:11 +01:00
Jan Nicklas
935eefb291
Move web pack 1 example results into a subfolder
2016-03-23 11:06:11 +01:00
Jan Nicklas
f616f2e22f
Add inlining
2016-03-23 10:07:26 +01:00
Jan Nicklas
a04434a225
Add unit tests for absolute file names
2016-03-23 09:20:34 +01:00
Evan You
e4e9555209
support absolute filenames
2016-03-23 03:08:46 -04:00
Jan Nicklas
9066ad2ad3
Merge pull request #263 from ampedandwired/feature/recompilation-tests
...
Add caching tests
2016-03-21 12:02:09 +01:00
Jan Nicklas
4114403df2
Count built files
2016-03-21 00:10:43 +01:00
Jan Nicklas
58681c3bdb
Release v2.12.0
2016-03-20 15:40:12 +01:00
Jan Nicklas
854242a24c
Merge basic webpack 2 support #225
...
# By Alexander Wesolowski (1) and Jan Nicklas (1)
* commit 'c883a8663c07da04cb6b713bca45ed65a93f7e5c':
Move template.js into loader.js
Fix Webpack2 compatibility. Closes #213 .
2016-03-20 15:38:02 +01:00
Jan Nicklas
890353b6e4
Add caching tests
2016-03-20 15:34:59 +01:00
Jan Nicklas
75adbcb066
Release 2.11.0
2016-03-20 14:14:26 +01:00
Jan Nicklas
67ca550b99
Merge pull request #249 from sandeep45/master
...
build public path with correct hash value
2016-03-17 07:04:33 +01:00