Skip to content

Commit

Permalink
fix: Run after build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Aug 9, 2024
1 parent b2a618e commit ef6109d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ module.exports = configure(function (/* ctx */) {
viteConf.plugins = [];
}
viteConf.plugins = [...viteConf.plugins, nodePolyfills()];
viteConf.define = {
...viteConf.define,
'process.browser': true,
};
},

// vueRouterBase,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "@quasar/app-vite/tsconfig-preset",
"compilerOptions": {
"allowJs": false,
"baseUrl": ".",
"target": "ESNext",
"skipLibCheck": true
Expand Down

0 comments on commit ef6109d

Please sign in to comment.