Browse Source

removed deno plugin

pull/698/head
Dan Ditomaso 1 year ago
parent
commit
6fe0d4bd4d
  1. 4
      packages/web/vitest.config.ts

4
packages/web/vitest.config.ts

@ -1,7 +1,5 @@
import path from "node:path"; import path from "node:path";
import react from "@vitejs/plugin-react"; import react from "@vitejs/plugin-react";
import deno from "@deno/vite-plugin";
import tailwind from "@vitejs/plugin-react";
import { defineConfig } from "vitest/config"; import { defineConfig } from "vitest/config";
import { enableMapSet } from "immer"; import { enableMapSet } from "immer";
@ -11,8 +9,6 @@ enableMapSet();
export default defineConfig({ export default defineConfig({
plugins: [ plugins: [
react(), react(),
deno(),
tailwind(),
], ],
resolve: { resolve: {
alias: { alias: {

Loading…
Cancel
Save