UNPKG

babel-plugin-react-ssr

Version:

Adds the ssrWaitsFor array and ssrFetchData HOC on required components automatically for react-ssr.

29 lines (28 loc) 724 B
{ "name": "babel-plugin-react-ssr", "version": "1.0.1", "description": "Adds the ssrWaitsFor array and ssrFetchData HOC on required components automatically for react-ssr.", "repository": "oayres/babel-plugin-react-ssr", "author": "Owen Ayres <owen.ayres@gmail.com>", "main": "lib/index.js", "license": "MIT", "scripts": { "prebuild": "rm -rf lib", "build": "rollup --config config/rollup.config.js" }, "keywords": [ "babel", "plugin", "babel-plugin", "react", "react-ssr", "ssr", "react server-side rendering" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "rollup": "^0.52.3", "rollup-plugin-babel": "^3.0.3" } }