vite minify and sourcemap options
This commit is contained in:
@@ -9,8 +9,10 @@ import { fileURLToPath, URL } from 'node:url'
|
|||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
build: {
|
build: {
|
||||||
target: 'esnext'
|
target: 'esnext',
|
||||||
},
|
// minify: false,
|
||||||
|
// sourcemap: true,
|
||||||
|
},
|
||||||
plugins: [
|
plugins: [
|
||||||
vue({
|
vue({
|
||||||
template: { transformAssetUrls }
|
template: { transformAssetUrls }
|
||||||
|
|||||||
Reference in New Issue
Block a user