Skip to content

Commit

Permalink
fix: post config
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-web3 committed Dec 11, 2024
1 parent 512570f commit cad01c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions demo/redirect-flow-example/vite.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "tailwindcss";

export default defineConfig({
plugins: [react()],
css: {
postcss: {
plugins: [tailwindcss],
},
},
resolve: {
alias: {
stream: 'stream-browserify',
Expand Down

0 comments on commit cad01c7

Please sign in to comment.