Skip to content

Commit

Permalink
Remove vite-tsconfig-paths from remix-javascript template (#9088)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Mar 20, 2024
1 parent 012a430 commit 047c965
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/remix-javascript/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { vitePlugin as remix } from "@remix-run/dev";
import { installGlobals } from "@remix-run/node";
import { defineConfig } from "vite";
import tsconfigPaths from "vite-tsconfig-paths";

installGlobals();

export default defineConfig({
plugins: [remix(), tsconfigPaths()],
plugins: [remix()],
});

0 comments on commit 047c965

Please sign in to comment.