vite/playground/minify/vite.config.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
140 B
JavaScript
Raw Permalink Normal View History

import { defineConfig } from 'vite'
export default defineConfig({
esbuild: {
legalComments: 'none',
minifySyntax: false,
},
})