Skip to content

Commit

Permalink
disable minify
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0stbyteR authored and sletz committed Apr 28, 2024
1 parent 923d531 commit eb27027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules/
dist/
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { defineConfig } from 'vite'
export default defineConfig({
base: "./",
build: {
minify: false,
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
Expand Down

0 comments on commit eb27027

Please sign in to comment.