Skip to content

Commit

Permalink
fix: revert code change and add alias in rsbuild config
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Feb 9, 2024
1 parent 0b71edf commit 6990f0b
Show file tree
Hide file tree
Showing 3 changed files with 1,933 additions and 1,268 deletions.
1 change: 1 addition & 0 deletions packages/round-manager/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineConfig({
),
jszip: path.resolve(__dirname, "./node_modules/jszip/lib/index.js"),
"readable-stream": require.resolve("readable-stream"),
"csv-stringify": "csv-stringify/browser/esm",
},
},
tools: {
Expand Down
2 changes: 1 addition & 1 deletion packages/round-manager/src/features/api/exports.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { stringify as stringifyCsv } from "csv-stringify/browser/esm";
import { stringify as stringifyCsv } from "csv-stringify";
import { Lit } from "./lit";
import { Application } from "allo-indexer-client";

Expand Down
Loading

0 comments on commit 6990f0b

Please sign in to comment.