Skip to content

Commit 9e47b62

Browse files
authored
Merge pull request #124 from smolinari/v2
Update install.js
2 parents 5a7cce8 + 75422a5 commit 9e47b62

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/install.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/* eslint-env node */
22

3-
function extendConf (conf) {
4-
// register our boot file
5-
conf.boot.push('~@quasar/quasar-app-extension-apollo/src/boot/apollo.ts')
6-
}
7-
83
module.exports = function (api) {
94
// Quasar compatibility check.
105
api.compatibleWith('quasar', '^2.0.0')
@@ -24,3 +19,4 @@ module.exports = function (api) {
2419
api.extendJsonFile('.vscode/extensions.json', {
2520
recommendations: ['apollographql.vscode-apollo'],
2621
})
22+
}

0 commit comments

Comments
 (0)