Skip to content

Commit

Permalink
build: pkg build cannot resolve csv/sync package vercel/pkg#1873
Browse files Browse the repository at this point in the history
  • Loading branch information
nflatley-zengenti committed Dec 5, 2023
1 parent 6831c01 commit 598bc17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/contensis-cli/src/util/csv.formatter.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { parse, stringify } from 'csv/sync';
import { parse, stringify } from 'csv/dist/esm/sync';
// import { parse, stringify } from 'csv/sync';
import { flattenObject } from './json.formatter';

export const csvFormatter = <T>(entries: T | T[]) => {
Expand Down

0 comments on commit 598bc17

Please sign in to comment.