UNPKG

webpack-critical-pages

Version:

Automatically generate critical css for a well-defined paging structure on multiple entrypoints.

31 lines (30 loc) 708 B
{ "name": "webpack-critical-pages", "version": "0.1.5", "description": "Automatically generate critical css for a well-defined paging structure on multiple entrypoints.", "author": "Peter Waldert <peter@waldert.at>", "license": "MIT", "keywords": [ "webpack", "critical", "entrypoints", "utility" ], "main": "lib/index.js", "dependencies": { "bent": "^7.3.12", "penthouse": "^2.3.3" }, "devDependencies": { "@babel/cli": "^7.19.3", "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2" }, "scripts": { "build": "babel src -d lib" }, "repository": { "type": "git", "url": "https://github.com/MrP01/webpack-critical-pages" } }