Skip to content

Commit

Permalink
Merge pull request #124 from smolinari/v2
Browse files Browse the repository at this point in the history
Update install.js
  • Loading branch information
smolinari authored Jun 26, 2022
2 parents 5a7cce8 + 75422a5 commit 9e47b62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/install.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
/* eslint-env node */

function extendConf (conf) {
// register our boot file
conf.boot.push('~@quasar/quasar-app-extension-apollo/src/boot/apollo.ts')
}

module.exports = function (api) {
// Quasar compatibility check.
api.compatibleWith('quasar', '^2.0.0')
Expand All @@ -24,3 +19,4 @@ module.exports = function (api) {
api.extendJsonFile('.vscode/extensions.json', {
recommendations: ['apollographql.vscode-apollo'],
})
}

0 comments on commit 9e47b62

Please sign in to comment.