Skip to content

Instantly share code, notes, and snippets.

@pmcalabrese
Last active November 14, 2017 18:50
Show Gist options
  • Save pmcalabrese/9b297dba32b4238cb50f6b1bb69bbb4a to your computer and use it in GitHub Desktop.
Save pmcalabrese/9b297dba32b4238cb50f6b1bb69bbb4a to your computer and use it in GitHub Desktop.
//...
new HtmlCriticalPlugin({
base: DIST_DIR,
src: 'index.html',
dest: 'index.html',
inline: true,
minify: true,
extract: true,
width: 1200,
height: 1200,
penthouse: {
blockJSRequests: false,
}
}),
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment