Skip to content

Commit

Permalink
remove targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Kloos committed Jan 10, 2024
1 parent 5bfa354 commit bfc6a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { defineConfig } from 'vite';
export default defineConfig({
base: '/system.css/',
build: {
minify: false,
target: ['es2020', 'safari16', 'firefox124', 'chrome117'],
minify: true,
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),
Expand Down

0 comments on commit bfc6a72

Please sign in to comment.