Build source maps for bugsnag
This commit is contained in:
parent
464b0463af
commit
df8bc3784a
@ -26,4 +26,7 @@ export default defineConfig({
|
|||||||
define: {
|
define: {
|
||||||
'process.env': {},
|
'process.env': {},
|
||||||
},
|
},
|
||||||
|
build: {
|
||||||
|
sourcemap: true,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user