Skip to content

Commit

Permalink
test: dependency with multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Jul 2, 2024
1 parent 3cb19b9 commit a44fb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions playground/assets/dep-with-asset/dir/path.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const imageUrl = new URL('../asset.png', import.meta.url).href
2 changes: 1 addition & 1 deletion playground/assets/dep-with-asset/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const imageUrl = new URL('./asset.png', import.meta.url).href
export { imageUrl } from './dir/path.js'

0 comments on commit a44fb22

Please sign in to comment.