UNPKG

next-external-remotes-plugin

Version:

This plugin is a fork from Zackary Jackson's ExternalTemplateRemotesPlugin (https://www.npmjs.com/package/external-remotes-plugin) and it was adapted to work properly with NextFederationPlugin (https://www.npmjs.com/package/@module-federation/nextjs-mf).

26 lines (25 loc) 548 B
{ "name": "next-external-remotes-plugin", "version": "1.0.4", "main": "index.js", "repository": "git@github.com:christianaquino/next-external-remotes-plugin.git", "author": "Chrsitian Aquino <aqn.christian@gmail.com>", "contributors": [ "Zack Jackson <zackary.l.jackson@gmail.com>" ], "license": "MIT", "keywords": [ "nextjs", "module-federation", "remotes", "dynamic", "webpack", "plugin" ], "dependencies": { "webpack-sources": "^2.2.0" }, "peerDependencies": { "webpack": "^5" } }