Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anthonygore/hcwp-demo
- Owner: anthonygore
- Created: 2018-05-14T04:46:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T04:46:55.000Z (over 6 years ago)
- Last Synced: 2024-10-02T15:42:02.115Z (3 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```