diff --git a/src/install.js b/src/install.js index f39381a..fab219f 100644 --- a/src/install.js +++ b/src/install.js @@ -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') @@ -24,3 +19,4 @@ module.exports = function (api) { api.extendJsonFile('.vscode/extensions.json', { recommendations: ['apollographql.vscode-apollo'], }) +}