Skip to content

Commit

Permalink
config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vrijraj committed Sep 1, 2023
1 parent 67fd2e0 commit 4786dea
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
css: {
extract: { ignoreOrder: true },
},
configureWebpack: {
output: {
crossOriginLoading: "anonymous",
},
},
chainWebpack: (config) => {
config.plugins.delete("prefetch");
},
productionSourceMap: false,
transpileDependencies: [
'vuetify'
Expand All @@ -25,4 +14,5 @@ module.exports = defineConfig({
manifestOptions: {
background_color: "#ffffff",
},
}})
}
})

0 comments on commit 4786dea

Please sign in to comment.