We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3397b54 commit d44642fCopy full SHA for d44642f
README.md
@@ -66,19 +66,17 @@ Then navigate to the `webpack-mpa` folder and proceed with the rest of the instr
66
It is possible to use the CLI tool included in Webpack MPA. In order to do this you must install Webpack MPA globally:
67
68
```sh
69
-npm i webpack-mpa ncp -g
+npm i webpack-mpa -g
70
```
71
72
or
73
74
75
-yarn global add webpack-mpa ncp
+yarn global add webpack-mpa
76
77
78
The `wmpa` binary is now available for you to use.
79
80
-`ncp` is a peer dependency and is needed for the CLI interface. If you don't install it you will not be able to use the `wmpa` binary.
81
-
82
Go to your new project folder and execute
83
84
0 commit comments