Skip to content

Commit

Permalink
Fix circular import
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Nov 6, 2021
1 parent a53ed2d commit a695127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-readers-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'bob-esbuild': patch
---

Fix circular import
2 changes: 1 addition & 1 deletion packages/bob/src/build.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { globalConfig } from './config/index';
import { globalConfig } from './config/cosmiconfig';
import { buildRollup } from './rollup/build';
import { buildTsc } from './tsc/build';

Expand Down

0 comments on commit a695127

Please sign in to comment.