File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,11 @@ An example should be as minimal as possible and consists of at least:
11
11
- A description of what should happen when running the example.
12
12
- A ` webpack.config.js ` file containing the ` webpack ` configuration for the example app.
13
13
14
- ## API versus CLI
14
+ ## API
15
15
16
16
API examples can be found in the ` api ` directory. These examples demonstrate how
17
17
to access and run ` webpack-dev-server ` directly in your application / script.
18
18
19
- CLI examples can be found in the ` cli ` directory. These examples demonstrate how
20
- to run ` webpack-dev-server ` from the command line in your console / terminal.
21
-
22
19
## Notes
23
20
24
21
- Each example's ` webpack ` config is wrapped with ` util.setup ` ; a helper function
You can’t perform that action at this time.
0 commit comments