From 9e5947680addb448ce844814fb480daeb45142ef Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 12 Jul 2022 15:27:46 +1000 Subject: Increase adherence to Vue's Style Guide Make components have multi-word names. Make all s have a 'key' attribute. Use scoped styles. Also add sourcemap generation. --- vite.config.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vite.config.js') diff --git a/vite.config.js b/vite.config.js index af88991..817afcc 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,5 +10,8 @@ export default defineConfig({ ignored: ['**/backend', '**/public'] }, }, + build: { + sourcemap: true, + }, //server: {open: true} //open browser when dev server starts }) -- cgit v1.2.3