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

Commit

Permalink
feat: tweaks to quasar.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Sep 19, 2019
1 parent 7a0fba8 commit c43a8b9
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions template/quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,8 @@ module.exports = function (ctx) {
// * true - Import everything from Quasar
// (not treeshaking Quasar; biggest bundle size; convenient)
all: {{importStrategy}},
{{#if_eq importStrategy '\'auto\''}}
{{#if_eq importStrategy 'false'}}

components: [],
directives: [],

// Quasar plugins
plugins: [
'Notify'
]{{/if_eq}}{{#if_eq importStrategy 'true'}}

components: [],
directives: [],

// Quasar plugins
plugins: []{{/if_eq}}{{#if_eq importStrategy 'false'}}
components: [
'QLayout',
'QHeader',
Expand All @@ -75,12 +62,12 @@ module.exports = function (ctx) {

directives: [
'Ripple'
],
],{{else}}
components: [],
directives: [],{{/if_eq}}

// Quasar plugins
plugins: [
'Notify'
]{{/if_eq}}
plugins: []
},

supportIE: {{#if preset.ie}}true{{else}}false{{/if}},
Expand Down

0 comments on commit c43a8b9

Please sign in to comment.