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