@module-federation/nextjs-mf

v5.4.1
Module Federation helper for NextJS

dev

rm -rf lib && concurrently "yarn sync-files --watch" "yarn compile --watch" "yarn demo"

demo

sleep 3 && cd demo && yarn install && yarn dev

build

rm -rf lib && yarn sync-files && yarn compile

compile

rollup -c

prettier

prettier --write "**/*.{js,json,md,ts,tsx}"

sync-files

cpx "src/**/*.js" lib/

prepublishOnly

yarn build
npm i @module-federation/[email protected]

Metadata

  • MIT
  • Whatever
  • Zack Jackson
  • released 9/21/2022

Downloads