Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonygore/hcwp-demo

Demo of HTML Critical Webpack Plugin
https://github.com/anthonygore/hcwp-demo

Last synced: 3 months ago
JSON representation

Demo of HTML Critical Webpack Plugin

Awesome Lists containing this project

README

        

# HTML Critical Webpack Plugin Demo

The `master` branch demonstrates html-critical-webpack-plugin v2 which works with Webpack 4 + Mini CSS Extract plugin.

Check the `webpack3` branch for a demo of html-critical-webpack-plugin v1.1 with Webpack 3 + Extract Text plugin.

## Installation

```bash
$ npm i
$ npm run build
$ npm run serve
```