We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3653425 commit ee677d5Copy full SHA for ee677d5
vite.config.ts
@@ -11,6 +11,7 @@ export default defineConfig({
11
build: {
12
rollupOptions: {
13
output: {
14
+ sourcemap: 'inline',
15
entryFileNames: '[name].js',
16
},
17
0 commit comments