Skip to content

Commit

Permalink
fix: ERR_UNSUPPORTED_ESM_URL_SCHEME, fix #440
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 10, 2023
1 parent 035c7c3 commit 7d1c2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/histoire/src/node/collect/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export function useCollectStories (options: UseCollectStoriesOptions, ctx: Conte
deps: {
inline: [
/histoire\/dist/,
/histoire\/client/,
/@histoire\/[\w\d-]+\/dist/,
/histoire-[\w\d-]+\/dist/,
/@vue\/devtools-api/,
Expand Down

0 comments on commit 7d1c2e4

Please sign in to comment.