From 05eae2f9c3e72deb492ddfd25cb6a19b5bc5bfd6 Mon Sep 17 00:00:00 2001 From: stereobooster Date: Sat, 6 Jan 2018 09:10:49 +0100 Subject: [PATCH] Alternatives --- doc/alternatives.md | 2 +- package.json | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/alternatives.md b/doc/alternatives.md index 4eada597..29c2e3c2 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -5,7 +5,7 @@ | | react-snap | [prerender-spa-plugin][prerender-spa-plugin] | [react-snapshot][react-snapshot] | [prep][prep] | [snapshotify][snapshotify] | |-------------------------------|------------|----------------------------------------------|----------------------------------|--------------|----------------------------| | State | supported | looking for maintainer | unsupported | unsupported | experimental | -| DOM implementation | Puppeteer | phantomjs | JSDOM | nightmare | Puppeteer | +| DOM implementation | puppeteer | phantomjs-prebuilt | jsdom | nightmare | puppeteer | | Doesn't depend on Webpack | + | - | + | + | + | | Doesn't depend on React | + | + | - | + | - | | Load performance optimisation | + | - | - | - | + | diff --git a/package.json b/package.json index 507dbc3b..81072c87 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "name": "react-snap", "version": "1.8.0", - "description": "Zero-configuration framework-agnostic static prerendering for SPAs", + "description": + "Zero-configuration framework-agnostic static prerendering for SPAs", "main": "index.js", "author": "stereobooster", "license": "MIT", @@ -42,12 +43,7 @@ "bin": { "react-snap": "./run.js" }, - "files": [ - "index.js", - "run.js", - "src/", - "vendor/" - ], + "files": ["index.js", "run.js", "src/", "vendor/"], "reactSnap": { "destination": "tmp", "inlineCss": true,