Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vwochnik committed Nov 16, 2017
1 parent cc24294 commit b263d19
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ rollup({
// You can pass options to _.template(code, templateOptions)
templateOptions: {
variable: 'data' // default variable for template is 'data',
},

// You can enable HTML minification before the template is compiled
// by default turned off
minify: true,

// You can pass options to HTMLMinifier
// see github.com/kangax/html-minifier for documentation
minifyOptions: {
collapseWhitespace: true
}
}),
resolve({
Expand Down

0 comments on commit b263d19

Please sign in to comment.