Rabbit
9665c63362
Add support for webpack 3( #707 )
2017-06-24 23:29:56 +02:00
Yogeswaran
2751adeee9
README.md updated path property in output ( #697 )
...
In 2.6.1,
output: {
path: 'dist',
filename: 'app.bundle.js'
}
give the below error.
The provided value "dist" is not an absolute path!
So made, path:
output: {
path: __dirname + '/dist',
filename: 'index_bundle.js'
}
2017-06-07 10:22:54 +02:00
Thomas Sileghem
efd1f7886a
chore(github): add issue_template.md ( #677 )
2017-05-29 15:47:40 +02:00
Nelson Chen
d77b399f34
Update README.md ( #688 )
...
Small transpositional error.
2017-05-29 15:46:54 +02:00
Yong Heng
7a2aa84fdb
Update template-option.md ( #687 )
2017-05-28 17:56:32 +02:00
Thomas Sileghem
9b272cfb2b
make test passes for webpack@1 and webapck@2 ( #642 )
...
* test(ci): start testing using webpack@2
* test(examples): update examples output files
* chore(travis): remove deprecaded node versions
2017-05-10 13:44:44 +02:00
Erwann Mest
7a43f1043a
docs(README): clearer explanation about minify ( #666 )
...
As read like this, I thought I had to import html-minifier and give the object as parameter like:
```javascript
import htmlMinifier from 'html-minifier'
new HtmlWebpackPlugin({
template: 'src/index.html',
minify: htmlMinifier,
}),
```
2017-05-10 13:42:12 +02:00
Jouni Kantola
cc6ba28688
Link plugin for inlining chunk manifest ( #647 )
2017-04-22 16:00:59 +02:00
Tarjei Huse
b4bd75f5fe
Make example more explicit about filename ( #649 )
...
I lost half a day because I also had a file loader for .html and somehow the output got garbled.
2017-04-22 16:00:30 +02:00
Cristian Leyes
b8fd1427bc
Update template-option.md ( #590 )
2017-02-13 09:38:56 +01:00
Evan Scott
5a764334c0
Add link media plugin to README ( #591 )
2017-02-13 09:38:37 +01:00
Jason
eeb94b565f
this.resourcePath will avoid not skipping resource file with query params. ( #588 )
2017-02-09 11:08:06 +01:00
Jan Nicklas
810771e316
Update README.md
2017-02-05 12:23:59 +01:00
Radu Micu
dc32a23996
Added new preload plugin and description update ( #580 )
...
Added a description for `html-webpack-harddisk-plugin` and the new `preload-webpack-plugin` plugin from Google.
2017-02-05 12:22:19 +01:00
Jan Nicklas
eb6a54fd46
Run tests against webpack 1
2017-02-01 08:54:11 +01:00
Jan Nicklas
4ac7bfa8dc
Adjust example loader configuration
2017-02-01 08:52:51 +01:00
Jan Nicklas
ef1915a4ee
Update urls
2017-02-01 08:47:58 +01:00
Jan Nicklas
e71b512548
Add bithound configuration
2017-01-30 00:12:05 +01:00
Jan Nicklas
d45e980e7d
Update readme
2017-01-29 23:51:03 +01:00
Mike Evans
2d5c42ff18
chunks passed to alter-assets event ( #574 )
2017-01-29 15:07:05 +01:00
Jan Nicklas
73a01bdcaf
Release 2.28.0
2017-01-29 14:48:23 +01:00
Jan Nicklas
9bdb6189ea
Release 2.27.1
2017-01-29 14:46:14 +01:00
Jan Nicklas
61ec618c53
Release 2.27.0
2017-01-29 14:43:49 +01:00
Peter Marton
9d7aa21377
fix(chunksorter): webpack2 compatible ( #569 )
2017-01-29 14:34:25 +01:00
Kees Kluskens
cbbb4a9aec
Document `yarn link` before running tests ( #570 )
2017-01-29 14:08:12 +01:00
jharris4
41dce566c3
Add link to html-webpack-include-assets-plugin ( #560 )
2017-01-25 09:27:53 +01:00
Arseny Razin
6dd753c3ba
Fix travis-ci: set tty size ( #552 )
2017-01-21 19:29:07 +01:00
Arseny
7a781a4120
Fix template compilation for es6 modules ( #550 )
2017-01-20 12:11:09 +01:00
Peach
1b4f8efe94
Fix template path resolving regexp to support loader query parameters ( #542 )
2017-01-11 10:09:30 +01:00
Jan Nicklas
26c95e9c4b
Update README.md
2017-01-05 10:02:58 +01:00
Jan Nicklas
45099373d9
Update README.md
2017-01-05 10:01:43 +01:00
Mike Evans
d07d1ebf66
updated README ( #539 )
2017-01-05 09:56:48 +01:00
Jan Nicklas
2f4c88355c
Fix unit tests for node 0.12
2017-01-04 08:40:48 +01:00
Jan Nicklas
ecc0784af5
Fix unit tests for node 0.12
2017-01-04 08:38:08 +01:00
Mike Evans
d22c23066a
Allows events to add no-value attributes
2017-01-03 22:22:30 +01:00
Jan Nicklas
90c6b90279
Add yarn lock file
2016-12-31 00:28:26 +01:00
Jan Nicklas
f3abe9f6ae
Update dependencies
2016-12-31 00:17:23 +01:00
Jan Nicklas
be5d67af5b
Release 2.25.0
2016-12-30 20:13:25 +01:00
Jan Nicklas
9046e46d12
Cleaner webpack compilation output
2016-12-30 20:09:42 +01:00
Simen Bekkhus
8fbee6a732
Allow webpack 2 rc ( #526 )
2016-12-21 14:31:55 +01:00
James Ye
ef41d98bd0
Update README.md ( #519 )
2016-12-08 11:21:59 +01:00
Leonard Kinday
06b49ff363
Typos and edits in README.md ( #502 )
2016-11-25 14:50:14 +01:00
Tal Ater
6657d38873
Typo fixed in README.md ( #498 )
2016-11-21 13:31:16 +01:00
Jan Nicklas
e7c44ab1b5
Update README.md
2016-11-16 12:23:21 +01:00
Jan Nicklas
b2db3f91e9
Refactor chunk filtering
2016-11-15 09:24:30 +01:00
Jan Nicklas
ff249a57b4
Update README.md
2016-11-12 19:47:31 +01:00
Jan Nicklas
8ed2159b9d
Improve readability
2016-11-11 09:52:41 +01:00
Jan Nicklas
03320747dc
Release 2.24.1
2016-10-31 08:56:36 +01:00
Andrea Ascari
bac1cd4469
Hide event deprecated warning of 'applyPluginsAsyncWaterfall' for html-webpack-plugin-after-emit and improve the warning message. ( #478 )
2016-10-31 08:52:31 +01:00
Jan Nicklas
fe5580985e
Update integration tests to match the current webpack compiler
2016-10-29 09:03:48 +02:00