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: docs/guide/upgrading.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This guide is for upgrading from <=v0.3.2 to >=v1.0.0.
19
19
- This means there is no need to change your config to work with stylus, sass, or any other special files.
20
20
- The commands have been renamed from `command:electron` to `electron:command` (since 1.0.0-rc.4)
21
21
- 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`.
23
23
- 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.
25
25
- To learn more about the internals of this plugin, see [how it works](./guide.md#how-it-works).
0 commit comments