Skip to content

Commit

Permalink
chore: Remove Vite charset workaround
Browse files Browse the repository at this point in the history
Fixed upstream, no longer needed.
  • Loading branch information
baumandm committed Jan 2, 2024
1 parent f957061 commit c787615
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions packages/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ export default defineConfig({
// Avoid warnings from the oversized vendor.js
chunkSizeWarningLimit: 3500
},
// Fixes a known Vite issue
// https://github.com/vitejs/vite/discussions/5079
css: {
preprocessorOptions: {
scss: {
charset: false
}
}
},
preview: {
// Use same port for preview to facilitate OAuth callbacks
port: 3000
Expand Down

0 comments on commit c787615

Please sign in to comment.