Skip to content

Commit

Permalink
Fix react-dom import specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavbls committed Jun 12, 2023
1 parent cdd93bc commit ff6a681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion with-react/vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from "npm:vite@^3.1.3";
import react from "npm:@vitejs/plugin-react@^2.1";

import "npm:react@^18.2";
import "npm:react-dom/client@^18.2";
import "npm:react-dom@^18.2/client";
import "npm:react-router-dom@^6.4";

// https://vitejs.dev/config/
Expand Down

1 comment on commit ff6a681

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on ff6a681 Jun 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/with-nanojsx/main.tsx".

Please sign in to comment.