Skip to content

Commit

Permalink
chore: minify build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
NWYLZW committed Oct 9, 2024
1 parent 4683f39 commit cc6d68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export default defineConfig(async _ => ({
],
publicDir: './core/public',
build: {
minify: false,
rollupOptions: {
input: {
main: path.resolve(__dirname, 'index.html'),
Expand Down

0 comments on commit cc6d68e

Please sign in to comment.