Skip to content

Commit

Permalink
apply formatter, remove unused browsers from .browserslistrc
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Sep 4, 2023
1 parent 0018b6c commit 1bac5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions frontend/.browserslistrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
Chrome >=79
ChromeAndroid >=37
Firefox >=70
Edge >=79
Safari >=14
iOS >=11
4 changes: 2 additions & 2 deletions frontend/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import legacy from '@vitejs/plugin-legacy'
import legacy from "@vitejs/plugin-legacy";
import preact from "@preact/preset-vite";
import zipPack from "vite-plugin-zip-pack";
import { defineConfig } from "vite";
Expand Down Expand Up @@ -67,7 +67,7 @@ function eruda(debug = undefined) {
export default defineConfig({
plugins: [
preact(),
legacy({renderModernChunks: false}),
legacy({ renderModernChunks: false }),
// @ts-ignore
eruda(),
embedVersion(),
Expand Down

0 comments on commit 1bac5ba

Please sign in to comment.