added sourcemaps to vite build
This commit is contained in:
@@ -11,7 +11,7 @@ export default defineConfig({
|
||||
build: {
|
||||
target: 'esnext',
|
||||
// minify: false,
|
||||
// sourcemap: true,
|
||||
sourcemap: true,
|
||||
},
|
||||
plugins: [
|
||||
vue({
|
||||
|
||||
Reference in New Issue
Block a user