We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a7cce8 + 75422a5 commit 9e47b62Copy full SHA for 9e47b62
src/install.js
@@ -1,10 +1,5 @@
1
/* eslint-env node */
2
3
-function extendConf (conf) {
4
- // register our boot file
5
- conf.boot.push('~@quasar/quasar-app-extension-apollo/src/boot/apollo.ts')
6
-}
7
-
8
module.exports = function (api) {
9
// Quasar compatibility check.
10
api.compatibleWith('quasar', '^2.0.0')
@@ -24,3 +19,4 @@ module.exports = function (api) {
24
19
api.extendJsonFile('.vscode/extensions.json', {
25
20
recommendations: ['apollographql.vscode-apollo'],
26
21
})
22
+}
0 commit comments