Skip to content

Commit

Permalink
disable source map due to GitHub Action OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Zhixing committed Nov 4, 2023
1 parent b746a51 commit 54fc412
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default defineNuxtConfig({
crawlLinks: true,
}
},
sourcemap: {
client: false,
server: false,
},
devtools: { enabled: true },

modules: [
Expand Down

0 comments on commit 54fc412

Please sign in to comment.