Try harder to get source maps in Vue

It's not working.
This commit is contained in:
Eli Ribble 2026-03-22 19:47:04 +00:00
parent 8d5fb1ef0b
commit 50643698c2
No known key found for this signature in database

View file

@ -59,9 +59,12 @@ const config = {
silenceDeprecations: ["import"],
type: "css",
}),
vue(),
vue({
sourceMap: true,
}),
],
sourcemap: true,
sourcesContent: true,
define: {
__VUE_OPTIONS_API__: "true",
__VUE_PROD_DEVTOOLS__: "false",