UNPKG

async-component

Version:

```jsx harmony import asyncComponent from 'async-component';

40 lines (39 loc) 802 B
{ "name": "async-component", "version": "1.0.0", "description": "", "main": "./lib/index.js", "jsnext:main": "./es/index", "scripts": { "build": "tsc -d -p tsconfig.es6.json && tsc -d", "prepublish": "npm run build" }, "keywords": [ "react", "asynchronous", "component", "code splitting", "webpack", "stateless", "functionnal", "async", "await", "code-splitting", "render" ], "author": "Igot Katsuba <katsuba.igor@gmail.com>", "license": "ISC", "devDependencies": { "@types/react": "^16.0.10", "typescript": "^2.5.3" }, "files": [ "es", "lib", "src" ], "repository": { "type": "git", "url": "https://github.com/Defenderbass/async-component.git" } }