Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
fix: viteConf
Browse files Browse the repository at this point in the history
  • Loading branch information
sircharlo committed Jun 23, 2024
1 parent 930e02a commit f66d2ab
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ module.exports = configure(function (/* ctx */) {
},
},
});
viteConf.build = mergeConfig(viteConf.build, {
plugins: [
sentryVitePlugin({
authToken: process.env.SENTRY_AUTH_TOKEN,
org: 'jw-projects',
project: 'mmm-v2',
release: version,
}),
],
sourcemap: true,
});
// viteConf.build = mergeConfig(viteConf.build, {
// plugins: [
// sentryVitePlugin({
// authToken: process.env.SENTRY_AUTH_TOKEN,
// org: 'jw-projects',
// project: 'mmm-v2',
// release: version,
// }),
// ],
// sourcemap: true,
// });
// if (!viteConf.optimizeDeps.esbuildOptions)
// viteConf.optimizeDeps.esbuildOptions = {};
// if (!viteConf.optimizeDeps.esbuildOptions.define)
Expand Down

0 comments on commit f66d2ab

Please sign in to comment.