add the very basics of a plot
Also troubleshoot to fix vite config for deduplicating react and react-dom
This commit is contained in:
@@ -7,6 +7,7 @@ import { defineConfig } from "vite"
|
||||
export default defineConfig({
|
||||
plugins: [react(), tailwindcss()],
|
||||
resolve: {
|
||||
dedupe: ['react', 'react-dom'],
|
||||
alias: {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user