You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Thus, webpack CLI provides different commands for many common tasks.
63
63
-[`migrate|m <config-path> [new-config-path]`](https://www.npmjs.com/package/@webpack-cli/migrate) - Migrate project from one version to another.
64
64
-[`plugin|p [output-path] [options]`](./packages/generators#generators) - Initiate new plugin project.
65
65
-[`loader|l [output-path] [options]`](./packages/generators#generators) - Initiate new loader project.
66
-
-[`serve|s [entries...] [options]`](./packages/serve/README.md#webpack-cli-serve) - Use webpack with a development server that provides live reloading.
66
+
-[`serve|server|s [entries...] [options]`](./packages/serve/README.md#webpack-cli-serve) - Use webpack with a development server that provides live reloading.
67
67
-`version|v [commands...]` - Output the version number of `webpack`, `webpack-cli`, `webpack-dev-server`, and commands
68
68
-`watch|w [entries...] [options]` - Run webpack and watch for files changes.
0 commit comments