From 50643698c27d57314533ac6c5e9241985325e648 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 22 Mar 2026 19:47:04 +0000 Subject: [PATCH] Try harder to get source maps in Vue It's not working. --- build.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.js b/build.js index 6f5713d1..8c94ffed 100644 --- a/build.js +++ b/build.js @@ -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",