Skip to content

module-federation/next.js

 
 

Repository files navigation

Next.js

Installation of Webpack 5 Compatible Next.js

Running the following command will alias @module-federation/next as next.

yarn add next@npm:@module-federation/next

npm i next@npm:@module-federation/next

Doing so allows no implementation changes to use. You would still consume as require("next/head") and so on.

Getting Started

Visit https://nextjs.org/learn to get started with Next.js.

Documentation

Visit https://nextjs.org/docs to view the documentation.

Contributing

Please see our contributing.md.

Authors

About

Next.js Running on Webpack 5 - To enable Module Federation

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.5%
  • TypeScript 33.9%
  • Other 0.6%