Skip to content

Commit

Permalink
feat: enable sourcemaps
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Feb 3, 2024
1 parent da0131c commit 5de7b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { isDevelopment } from 'std-env'
export default defineNuxtConfig({
ssr: false, // Firebase
devtools: { enabled: true },
sourcemap: { client: true, server: true },
spaLoadingTemplate: './app/spa-loading-template.html',

experimental: {
Expand Down

0 comments on commit 5de7b4d

Please # to comment.