Skip to content

Commit

Permalink
vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher A. Sesugh authored and Christopher A. Sesugh committed May 23, 2024
1 parent 771e89c commit 026d060
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ export default defineConfig({
port: Number(process.env.PORT!),
},
plugins: [
remix({}),
remix({
ignoredRouteFiles: ["**/*.css"],
}),
tsconfigPaths(),
sentryVitePlugin({
org: "christopher-a-sesugh",
Expand Down

0 comments on commit 026d060

Please sign in to comment.