Skip to content

1.0.0! No more electron-webpack!

Pre-release
Pre-release
Compare
Choose a tag to compare
@nklayman nklayman released this 17 Jun 17:07

No more electron-webpack, regular build config used

  • Less dependencies.
  • Faster build times!
  • No extra config for stylus, sass, etc... Just install the proper plugin.
  • Typescript support is automatic for both processes, just add the @vue/typescript plugin.

App layout

  • Your normal build will not be overwritten by build:electron.
  • The folder structure has changed dramatically.

Config changes

  • Electron-webpack config is no longer used.
  • configureWebpack and configureWebpackMain are no longer used and, in most cases, no longer necessary.
  • Electron-builder's config is now taken from the builderConfig key in vue-cli-plugin-electron-builder's plugin options.

Upgrading

Please see the upgrading guide.