Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

Documantation: broken link to Electron Builder configuration #661

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/guide/app-quasar.conf.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So what can you configure through `/quasar.conf.js`?
* [App Plugins](/guide/app-plugins.html) list (that determines order of execution too) -- which are files in `/src/plugins` that tell how your app is initialized before mounting the root Vue component
* Global CSS/Stylus/... files to be included in the bundle
* PWA [manifest](/guide/pwa-configuring-pwa.html#Configuring-Manifest-File) and [Workbox options](/guide/pwa-configuring-pwa.html#Quasar-conf-js)
* [Electron Packager](/guide/electron-configuring-electron.html) and/or [Electron Builder](/electron-configuring-electron.html)
* [Electron Packager](/guide/electron-configuring-electron.html) and/or [Electron Builder](https://www.electron.build/configuration/configuration)
* IE11+ support
* Extend Webpack config Object

Expand Down