Last active
November 14, 2017 18:50
-
-
Save pmcalabrese/9b297dba32b4238cb50f6b1bb69bbb4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//... | |
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