Created
July 25, 2021 07:00
-
-
Save harshq/3900b30773c0015e0f763516a6678bfa to your computer and use it in GitHub Desktop.
Module federation with Webpack 5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"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