Skip to content

Commit

Permalink
fix unused bex
Browse files Browse the repository at this point in the history
  • Loading branch information
mgineer85 committed Nov 17, 2024
1 parent 75e08bc commit 3a44281
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions quasar.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,5 @@ export default defineConfig((ctx) => {
appId: 'quasar-project',
},
},

// Full list of options: https://v2.quasar.dev/quasar-cli-vite/developing-browser-extensions/configuring-bex
bex: {
contentScripts: ['my-content-script'],

// extendBexScriptsConf (esbuildConf) {}
// extendBexManifestJson (json) {}
},
};
});

0 comments on commit 3a44281

Please sign in to comment.