Skip to content

Commit 67c77ee

Browse files
hfitzwaternklayman
authored andcommitted
fix(docs/upgrading): use new command and config names (#458)
1 parent 95207ef commit 67c77ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This guide is for upgrading from <=v0.3.2 to >=v1.0.0.
1919
- This means there is no need to change your config to work with stylus, sass, or any other special files.
2020
- The commands have been renamed from `command:electron` to `electron:command` (since 1.0.0-rc.4)
2121
- Typescript support is [automatic](./configuration.md#typescript-options) for both processes, just add the `@vue/typescript` plugin.
22-
- Your normal build will not be overwritten by `build:electron`.
22+
- Your normal build will not be overwritten by `electron:build`.
2323
- The [folder structure](./guide.md#folder-structure) has changed dramatically.
24-
- Electron-builder's [config](./configuration.md#configuring-electron-builder) is now taken from the `builderConfig` key in vue-cli-plugin-electron-builder's plugin options.
24+
- Electron-builder's [config](./configuration.md#configuring-electron-builder) is now taken from the `builderOptions` key in vue-cli-plugin-electron-builder's plugin options.
2525
- To learn more about the internals of this plugin, see [how it works](./guide.md#how-it-works).

0 commit comments

Comments
 (0)