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
Nelson Chen
d77b399f34
Update README.md ( #688 )
...
Small transpositional error.
2017-05-29 15:46:54 +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
Evan Scott
5a764334c0
Add link media plugin to README ( #591 )
2017-02-13 09:38:37 +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
d45e980e7d
Update readme
2017-01-29 23:51:03 +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
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
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
ff249a57b4
Update README.md
2016-11-12 19:47:31 +01:00
Tim Oxley
03758f46cc
Fix Readme Typo ( #435 )
...
`s/inject/template`
2016-09-18 08:55:40 +02:00
Anders D. Johnson
55d5370b71
Capitalize some acronyms in README.
2016-08-20 07:58:33 -05: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
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
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
c229fcbab2
Add html-webpack-plugin-alter-chunks event
2016-05-30 11:59:17 +02:00
Jan Nicklas
a252bca92c
Update README.md
2016-05-03 08:43:08 +02:00
Jan Nicklas
20ac9e9fc5
Update README.md
2016-04-18 13:45:38 +02:00
zzuieliyaoli
72c33d7b3e
remove additional word
2016-04-18 19:40:54 +08:00
zzuieliyaoli
b8532f436d
add demo code about events
2016-04-18 16:46:59 +08:00
Mike Evans
4dc976e396
corrected README.md Events example code
2016-04-12 09:55:22 +01:00
Jan Nicklas
c776cdd586
Update README.md
2016-03-29 18:48:48 +02:00
Jan Nicklas
75adbcb066
Release 2.11.0
2016-03-20 14:14:26 +01:00
Koen Punt
f8abc156b5
Add xhtml option to readme and add tests
2016-03-15 13:51:41 +01:00
Jan Nicklas
13e9a2ed2f
Update README.md
2016-03-10 11:26:12 +01:00
Simen Bekkhus
3897896265
Add before-html-generation event
...
This allows you to add assets to the html when not using
injection
2016-02-27 18:28:41 +01:00
Jonathan Petitcolas
07fb7560b6
Fix typo
2016-02-11 15:12:39 +01:00
Jan Nicklas
0bdc43f478
Merge pull request #192 from ruehl/dependency-sort
...
Implemented new chunk sorting mode 'dependency'
2016-01-28 00:08:28 +01:00
Jesús Rodríguez
ea9782d1b9
Fix typo in readme
2016-01-27 10:18:48 +01:00
Jan Nicklas
ac60b8e290
Update readme
2016-01-27 09:53:09 +01:00
Christian Rühl
3fedf6ac33
Implemented new chunk sorting mode 'dependency', which attempts to order chunks based on their relation within the dependency tree as devised by Webpack.
...
Added unit test for new sorting mode.
Fixed a few typos in other unit tests...sorry, couldn't resist ;-)
2016-01-25 15:13:19 +01:00
Jan Nicklas
78c4e32bb0
Update README.md
2016-01-24 19:31:00 +01:00
Jan Nicklas
d49c2207c5
Fix migration guide link
2016-01-24 19:30:22 +01:00
Jan Nicklas
cd77e8a727
Add migration guide
2016-01-24 19:29:03 +01:00
Jan Nicklas
08fb649710
Update batch link for windows tests
2016-01-20 17:04:27 +01:00
Jan Nicklas
bf48112fa9
Use semistandard code style
2016-01-20 16:50:16 +01:00
Simen Bekkhus
aadf384a62
Add syntax highlighting to event example
2016-01-12 10:25:19 +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
fd415c047c
Fix readme link to the default template
2016-01-11 11:20:06 +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