UNPKG

@appshell/manifest-webpack-plugin

Version:

Webpack plugin used to generate a global Appshell configuration for micro-frontends built with Module Federation

34 lines (33 loc) 1.11 kB
{ "name": "@appshell/manifest-webpack-plugin", "version": "0.5.0", "description": "Webpack plugin used to generate a global Appshell configuration for micro-frontends built with Module Federation", "main": "dist/main.js", "types": "dist/types/manifest-webpack-plugin/src/index.d.ts", "repository": "https://github.com/navaris/appshell.git", "author": "Robert Hamilton <rh@navaris.com>", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "build": "webpack --mode production && npm run build:types", "build:types": "tsc --emitDeclarationOnly", "build:code": "cross-env NODE_ENV=production babel-typescript src -d dist --copy-files", "clean": "rm -rf dist", "prebuild": "npm run clean", "start": "webpack --watch --mode development && npm run build:types", "stats": "webpack --json > stats.json" }, "files": [ "dist" ], "keywords": [ "module federation", "micro-frontends", "appshell", "plugin" ], "license": "MIT", "gitHead": "c5999ecaed4aa403652129f7d6215d152f9b3893" }