UNPKG

webpack-config-single-spa-react

Version:

A helper for creating webpack configs for react single-spa applications

32 lines 820 B
{ "name": "webpack-config-single-spa-react", "version": "8.0.0", "description": "A helper for creating webpack configs for react single-spa applications", "keywords": [ "single-spa", "react", "webpack", "microfrontends" ], "author": "Joel Denning <joeldenning@gmail.com>", "homepage": "https://github.com/single-spa/single-spa/packages/webpack-config-single-spa-react", "license": "MIT", "main": "lib/webpack-config-single-spa-react.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/single-spa/create-single-spa.git" }, "bugs": { "url": "https://github.com/single-spa/create-single-spa/issues" }, "dependencies": { "webpack-config-single-spa": "8.0.0" }, "scripts": {} }