Created
March 3, 2018 00:46
-
-
Save kireerik/0150c0899f26f3056d2b3aa1f286700b to your computer and use it in GitHub Desktop.
Material-UI: Get started (Fast!) ⚡ React 16+
This file contains hidden or 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
import {minify} from 'html-minifier' | |
minify( | |
`<!DOCTYPE HTML><html lang="en">...</html>` | |
, { | |
collapseWhitespace: true | |
, removeComments: true | |
, minifyCSS: true | |
, minifyJS: true | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment