Skip to content

Commit e096927

Browse files
committed
chore: merge branch 'master' into dev
2 parents 893611d + 696542d commit e096927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/cli-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The `vue-cli-service serve` command starts a dev server (based on [webpack-dev-s
6363

6464
In addition to the command line flags, you can also configure the dev server using the [devServer](../config/#devserver) field in `vue.config.js`.
6565

66-
`[entry]` in the CLI command is defined as *the entry file*, not *an additional entry file*. If you overwrite the entry in the CLI, then the entries from `config.pages` are no longer considered, which may cause an error. Defaults to [entryFile](../dev-guide/generator-api.html#entryfile).
66+
`[entry]` in the CLI command is defined as *the entry file* (default: `src/main.js` or `src/main.ts` in TypeScript project), not *an additional entry file*. If you overwrite the entry in the CLI, then the entries from `config.pages` are no longer considered, which may cause an error.
6767

6868
## vue-cli-service build
6969

packages/@vue/cli-plugin-pwa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ file, or the `"vue"` field in `package.json`.
9898
}
9999
```
100100

101-
Change these values to use different paths for your icons.
101+
Change these values to use different paths for your icons. As of v4.3.0, you can use `null` as a value and that icon will not be included.
102102

103103
### Example Configuration
104104

0 commit comments

Comments
 (0)