Skip to content

Commit

Permalink
Update quasar.conf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
laqul authored Jun 18, 2018
1 parent 85d2b25 commit ba539e5
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions client/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ module.exports = function (ctx) {
animations: [
],
pwa: {
// workboxPluginMode: 'InjectManifest',
// workboxOptions: {},
manifest: {
name: 'Laqul App',
short_name: 'Laqul-PWA',
Expand Down Expand Up @@ -153,10 +155,13 @@ module.exports = function (ctx) {
// id: 'org.cordova.quasar.app'
},
electron: {
// bundler: 'builder', // or 'packager'
extendWebpack (cfg) {
// do something with cfg
// do something with Electron process Webpack cfg
},
packager: {
// https://github.com/electron-userland/electron-packager/blob/master/docs/api.md#options

// OS X / Mac App Store
// appBundleId: '',
// appCategoryType: '',
Expand All @@ -165,9 +170,12 @@ module.exports = function (ctx) {

// Window only
// win32metadata: { ... }
},
builder: {
// https://www.electron.build/configuration/configuration

// appId: 'quasar-app'
}
},
// leave this here for Quasar CLI
starterKit: '1.0.2'
}
}
}

0 comments on commit ba539e5

Please sign in to comment.