Skip to content

Instantly share code, notes, and snippets.

@harshq
Created July 25, 2021 07:00
Show Gist options
  • Save harshq/3900b30773c0015e0f763516a6678bfa to your computer and use it in GitHub Desktop.
Save harshq/3900b30773c0015e0f763516a6678bfa to your computer and use it in GitHub Desktop.
Module federation with Webpack 5
...
"scripts": {
"start": "webpack serve --open --mode development",
"build": "webpack --mode production",
"serve": "serve dist -p 3001",
"clean": "rm -rf dist"
},
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment