Skip to content

Commit 5e0b335

Browse files
committed
try disabling source contents
1 parent 3252f36 commit 5e0b335

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

nitro.config.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ export default defineNitroConfig({
2727
unenv: {
2828
polyfill: ["unenv/polyfill/source-maps"],
2929
},
30-
esbuild: {
31-
options: {
32-
sourcesContent: true,
33-
},
34-
},
35-
rollupConfig: {
36-
output: {
37-
sourcemapExcludeSources: false,
38-
},
39-
},
30+
// esbuild: {
31+
// options: {
32+
// sourcesContent: true,
33+
// },
34+
// },
35+
// rollupConfig: {
36+
// output: {
37+
// sourcemapExcludeSources: false,
38+
// },
39+
// },
4040
});

0 commit comments

Comments
 (0)